Started by user 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] 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.18.0-RC6 from branch appng-1.18.x, current snapshot is 1.18.0-RC5, next version will be 1.18.0-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.18.x Switched to a new branch 'appng-1.18.x' Branch appng-1.18.x set up to track remote branch appng-1.18.x from origin. [Pipeline] sh + sed -i s/1\.18\.0-RC5/1\.18\.0-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\.17\.1/1\.18\.0-RC6/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\.18\.0-RC5/1\.18\.0-RC6/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-tomcat7/pom.xml appng-tomcat8/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.18.x Your branch is up-to-date with 'origin/appng-1.18.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-tomcat7/pom.xml modified: appng-tomcat8/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.18.0-RC6 [appng-1.18.x 1bd806d] preparing release 1.18.0-RC6 40 files changed, 59 insertions(+), 59 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... [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 Tomcat 7 [INFO] appNG Tomcat 8 [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.18.0-RC6 [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.18.0-RC6/appng-parent-1.18.0-RC6.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.18.0-RC6 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: Recompile with -Xlint:deprecation for details. [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6.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.18.0-RC6/appng-tools-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6.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.18.0-RC6/appng-mail-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6.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.18.0-RC6/appng-forms-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6.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.18.0-RC6/appng-formtags-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6.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.18.0-RC6/appng-xmlapi-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.18.0-RC6 [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] 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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6.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.18.0-RC6/appng-api-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.18.0-RC6 [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] [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6.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.18.0-RC6/appng-testsupport-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6.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.18.0-RC6/appng-rest-api-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.18.0-RC6 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: Recompile with -Xlint:deprecation for details. [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6.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.18.0-RC6/appng-persistence-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6.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.18.0-RC6/appng-search-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.18.0-RC6 [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 78 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 175 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/security/DefaultPasswordPolicy.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6.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.18.0-RC6/appng-core-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat7 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat7 --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat7 --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat7 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat7 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat7 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat7 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat8 --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat8 --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat8 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat8 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat8 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat8 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.18.0-RC6 [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 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 68 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: Recompile with -Xlint:deprecation for details. [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6.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.18.0-RC6/appng-cli-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6.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.18.0-RC6/appng-taglib-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.18.0-RC6 [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:2.20: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.18.0-RC6] [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.18.0-RC6] [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.18.0-RC6] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [9482 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC6.war [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [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 swagger-annotations-1.5.19.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/swagger-annotations-1.5.19.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 byte-buddy-1.6.14.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/byte-buddy-1.6.14.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 maven-scm-provider-svnexe-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/maven-scm-provider-svnexe-1.4.jar [INFO] Copying appng-search-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.18.0-RC6.jar [INFO] Copying thymeleaf-spring4-3.0.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-spring4-3.0.8.RELEASE.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 attoparser-2.0.4.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/attoparser-2.0.4.RELEASE.jar [INFO] Copying tika-parsers-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-parsers-1.16.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 lucene-sandbox-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-sandbox-6.6.2.jar [INFO] Copying freemarker-2.3.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/freemarker-2.3.23.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 fontbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/fontbox-2.0.6.jar [INFO] Copying jsoup-1.11.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsoup-1.11.1.jar [INFO] Copying commons-pool2-2.4.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-pool2-2.4.2.jar [INFO] Copying dom4j-1.6.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/dom4j-1.6.1.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 maven-scm-api-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/maven-scm-api-1.4.jar [INFO] Copying json-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/json-1.8.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 guava-23.3-jre.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/guava-23.3-jre.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 commons-text-1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-text-1.1.jar [INFO] Copying hibernate-jpa-2.1-api-1.0.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-jpa-2.1-api-1.0.0.Final.jar [INFO] Copying commons-vfs2-2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-vfs2-2.0.jar [INFO] Copying jackcess-2.1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-2.1.8.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 error_prone_annotations-2.0.18.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/error_prone_annotations-2.0.18.jar [INFO] Copying spring-orm-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-orm-4.3.12.RELEASE.jar [INFO] Copying jboss-transaction-api_1.2_spec-1.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jboss-transaction-api_1.2_spec-1.0.1.Final.jar [INFO] Copying spring-expression-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-expression-4.3.12.RELEASE.jar [INFO] Copying joda-time-2.9.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/joda-time-2.9.9.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 spring-aop-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-aop-4.3.12.RELEASE.jar [INFO] Copying spring-session-1.3.2.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-session-1.3.2.RELEASE.jar [INFO] Copying Saxon-HE-9.6.0-6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/Saxon-HE-9.6.0-6.jar [INFO] Copying spring-ws-core-2.4.0.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-ws-core-2.4.0.RELEASE.jar [INFO] Copying commons-fileupload-1.3.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-fileupload-1.3.3.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 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 hibernate-entitymanager-5.2.12.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-entitymanager-5.2.12.Final.jar [INFO] Copying pdfbox-tools-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-tools-2.0.6.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 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 appng-xmlapi-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.18.0-RC6.jar [INFO] Copying geoapi-3.0.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/geoapi-3.0.0.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 appng-api-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.18.0-RC6.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 httpmime-4.2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpmime-4.2.6.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-context-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-4.3.12.RELEASE.jar [INFO] Copying commons-codec-1.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-codec-1.11.jar [INFO] Copying bsh-core-2.0b4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bsh-core-2.0b4.jar [INFO] Copying lucene-core-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-core-6.6.2.jar [INFO] Copying commons-compress-1.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-compress-1.15.jar [INFO] Copying spring-oxm-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-oxm-4.3.12.RELEASE.jar [INFO] Copying cxf-rt-rs-client-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-rs-client-3.0.12.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 spring-data-mongodb-1.10.10.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-mongodb-1.10.10.RELEASE.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 spring-web-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-web-4.3.12.RELEASE.jar [INFO] Copying nekohtml-1.9.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/nekohtml-1.9.16.jar [INFO] Copying jackson-annotations-2.9.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-annotations-2.9.2.jar [INFO] Copying thymeleaf-3.0.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-3.0.8.RELEASE.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 tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tagsoup-1.2.1.jar [INFO] Copying appng-cli-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.18.0-RC6.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-security-web-4.2.3.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-security-web-4.2.3.RELEASE.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 slf4j-api-1.7.25.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-api-1.7.25.jar [INFO] Copying spring-webmvc-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-webmvc-4.3.12.RELEASE.jar [INFO] Copying appng-mail-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.18.0-RC6.jar [INFO] Copying hibernate-envers-5.2.12.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-envers-5.2.12.Final.jar [INFO] Copying sis-referencing-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-referencing-0.6.jar [INFO] Copying commons-httpclient-3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-httpclient-3.1.jar [INFO] Copying mongo-java-driver-3.6.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mongo-java-driver-3.6.3.jar [INFO] Copying lucene-queries-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queries-6.6.2.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 esapi-2.1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/esapi-2.1.0.1.jar [INFO] Copying javassist-3.20.0-GA.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javassist-3.20.0-GA.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 hibernate-commons-annotations-5.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-commons-annotations-5.0.1.Final.jar [INFO] Copying batik-ext-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-ext-1.8.jar [INFO] Copying appng-taglib-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.18.0-RC6.jar [INFO] Copying simplemagic-1.14.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/simplemagic-1.14.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 objenesis-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/objenesis-2.6.jar [INFO] Copying plexus-utils-1.5.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/plexus-utils-1.5.6.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 spring-tx-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-tx-4.3.12.RELEASE.jar [INFO] Copying xom-1.2.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xom-1.2.5.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 metadata-extractor-2.9.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/metadata-extractor-2.9.1.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 opennlp-tools-1.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/opennlp-tools-1.6.0.jar [INFO] Copying xz-1.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xz-1.6.jar [INFO] Copying jdom2-2.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdom2-2.0.4.jar [INFO] Copying appng-rest-api-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.18.0-RC6.jar [INFO] Copying regexp-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/regexp-1.3.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 appng-tomcat7-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat7-1.18.0-RC6.jar [INFO] Copying httpclient-4.5.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpclient-4.5.3.jar [INFO] Copying tika-core-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-core-1.16.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 jsr305-1.3.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsr305-1.3.9.jar [INFO] Copying lucene-facet-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-facet-6.6.2.jar [INFO] Copying antisamy-1.5.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antisamy-1.5.3.jar [INFO] Copying slf4j-log4j12-1.7.25.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-log4j12-1.7.25.jar [INFO] Copying jandex-2.0.3.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jandex-2.0.3.Final.jar [INFO] Copying pdfbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-2.0.6.jar [INFO] Copying sis-metadata-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-metadata-0.6.jar [INFO] Copying spring-core-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-core-4.3.12.RELEASE.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 xmpcore-5.1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmpcore-5.1.2.jar [INFO] Copying httpcore-4.4.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpcore-4.4.8.jar [INFO] Copying jdbc-perf-logger-driver-0.8.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdbc-perf-logger-driver-0.8.2.jar [INFO] Copying appng-tomcat8-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat8-1.18.0-RC6.jar [INFO] Copying hibernate-validator-6.0.4.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-validator-6.0.4.Final.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 lucene-queryparser-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queryparser-6.6.2.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 commons-lang3-3.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-lang3-3.6.jar [INFO] Copying batik-css-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-css-1.8.jar [INFO] Copying lucene-memory-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-memory-6.6.2.jar [INFO] Copying jboss-logging-3.3.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jboss-logging-3.3.0.Final.jar [INFO] Copying cxf-rt-frontend-jaxrs-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-frontend-jaxrs-3.0.12.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 appng-persistence-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.18.0-RC6.jar [INFO] Copying sis-utility-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-utility-0.6.jar [INFO] Copying jsr-275-0.9.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsr-275-0.9.3.jar [INFO] Copying hibernate-core-5.2.12.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-core-5.2.12.Final.jar [INFO] Copying spring-xml-2.4.0.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-xml-2.4.0.RELEASE.jar [INFO] Copying unbescape-1.1.5.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/unbescape-1.1.5.RELEASE.jar [INFO] Copying lucene-join-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-join-6.6.2.jar [INFO] Copying appng-forms-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.18.0-RC6.jar [INFO] Copying maven-scm-provider-svn-commons-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/maven-scm-provider-svn-commons-1.4.jar [INFO] Copying animal-sniffer-annotations-1.14.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/animal-sniffer-annotations-1.14.jar [INFO] Copying c3p0-0.9.5.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/c3p0-0.9.5.2.jar [INFO] Copying hsqldb-2.4.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hsqldb-2.4.0.jar [INFO] Copying classmate-1.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/classmate-1.3.1.jar [INFO] Copying validation-api-2.0.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/validation-api-2.0.0.Final.jar [INFO] Copying jackson-core-2.9.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-core-2.9.2.jar [INFO] Copying cxf-rt-transports-http-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-transports-http-3.0.12.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 spring-beans-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-beans-4.3.12.RELEASE.jar [INFO] Copying appng-formtags-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.18.0-RC6.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 jcl-over-slf4j-1.7.25.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcl-over-slf4j-1.7.25.jar [INFO] Copying querydsl-core-4.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/querydsl-core-4.1.4.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 cxf-core-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-core-3.0.12.jar [INFO] Copying jedis-2.9.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jedis-2.9.0.jar [INFO] Copying jackcess-encrypt-2.1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-encrypt-2.1.2.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 HikariCP-2.7.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/HikariCP-2.7.2.jar [INFO] Copying spring-jdbc-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-jdbc-4.3.12.RELEASE.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 sis-netcdf-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-netcdf-0.6.jar [INFO] Copying spring-context-support-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-support-4.3.12.RELEASE.jar [INFO] Copying appng-core-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.18.0-RC6.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 sis-storage-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-storage-0.6.jar [INFO] Copying lucene-analyzers-common-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-analyzers-common-6.6.2.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 appng-tools-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.18.0-RC6.jar [INFO] Copying amqp-client-5.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/amqp-client-5.1.1.jar [INFO] Copying querydsl-jpa-4.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/querydsl-jpa-4.1.4.jar [INFO] Copying quartz-2.3.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/quartz-2.3.0.jar [INFO] Copying jackson-databind-2.9.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-databind-2.9.2.jar [INFO] Copying j2objc-annotations-1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/j2objc-annotations-1.1.jar [INFO] Copying aspectjrt-1.8.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/aspectjrt-1.8.10.jar [INFO] Copying spring-security-core-4.2.3.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-security-core-4.2.3.RELEASE.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 junrar-0.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/junrar-0.7.jar [INFO] Copying spring-data-commons-1.13.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-commons-1.13.8.RELEASE.jar [INFO] Copying mchange-commons-java-0.2.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mchange-commons-java-0.2.11.jar [INFO] Copying spring-data-envers-1.1.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-envers-1.1.8.RELEASE.jar [INFO] Copying commons-beanutils-core-1.8.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-beanutils-core-1.8.3.jar [INFO] Copying pdfbox-debugger-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-debugger-2.0.6.jar [INFO] Copying xmlschema-core-2.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlschema-core-2.2.1.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 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 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 spring-data-jpa-1.11.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-jpa-1.11.8.RELEASE.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 batik-util-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-util-1.8.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 lucene-highlighter-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-highlighter-6.6.2.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.18.0-RC6-dependencies-20181211-1117.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.18.0-RC6-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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.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.18.0-RC6/appng-application-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC6-dependencies-20181211-1117.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.18.0-RC6 [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.18.0-RC6/appng-application-bom-1.18.0-RC6.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.18.0-RC6 [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:2.20: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.18.0-RC6.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6.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.18.0-RC6/appng-documentation-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6-sources.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [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.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6.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.18.0-RC6/appng-template-assembly-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.18.0-RC6 [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.18.0-RC6/appng-template-parent-1.18.0-RC6.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6.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.18.0-RC6/appng-application-assembly-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.18.0-RC6 [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.18.0-RC6/appng-application-parent-1.18.0-RC6.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6.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.18.0-RC6/appng-archetype-application-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/appngizer/model/xml/Application.java [INFO] org/appng/appngizer/model/xml/Applications.java [INFO] org/appng/appngizer/model/xml/Database.java [INFO] org/appng/appngizer/model/xml/Databases.java [INFO] org/appng/appngizer/model/xml/Grant.java [INFO] org/appng/appngizer/model/xml/Grants.java [INFO] org/appng/appngizer/model/xml/Group.java [INFO] org/appng/appngizer/model/xml/Groups.java [INFO] org/appng/appngizer/model/xml/Home.java [INFO] org/appng/appngizer/model/xml/Link.java [INFO] org/appng/appngizer/model/xml/Linkable.java [INFO] org/appng/appngizer/model/xml/Links.java [INFO] org/appng/appngizer/model/xml/Nameable.java [INFO] org/appng/appngizer/model/xml/ObjectFactory.java [INFO] org/appng/appngizer/model/xml/Package.java [INFO] org/appng/appngizer/model/xml/PackageType.java [INFO] org/appng/appngizer/model/xml/Packages.java [INFO] org/appng/appngizer/model/xml/Permission.java [INFO] org/appng/appngizer/model/xml/Permissions.java [INFO] org/appng/appngizer/model/xml/Platform.java [INFO] org/appng/appngizer/model/xml/Properties.java [INFO] org/appng/appngizer/model/xml/Property.java [INFO] org/appng/appngizer/model/xml/Repositories.java [INFO] org/appng/appngizer/model/xml/Repository.java [INFO] org/appng/appngizer/model/xml/RepositoryMode.java [INFO] org/appng/appngizer/model/xml/RepositoryType.java [INFO] org/appng/appngizer/model/xml/Role.java [INFO] org/appng/appngizer/model/xml/Roles.java [INFO] org/appng/appngizer/model/xml/SchemaVersion.java [INFO] org/appng/appngizer/model/xml/Site.java [INFO] org/appng/appngizer/model/xml/Sites.java [INFO] org/appng/appngizer/model/xml/Subject.java [INFO] org/appng/appngizer/model/xml/Subjects.java [INFO] org/appng/appngizer/model/xml/UserType.java [INFO] org/appng/appngizer/model/xml/Versions.java [INFO] org/appng/appngizer/model/xml/package-info.java [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] Changes detected - recompiling the module! [INFO] Compiling 36 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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.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.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.18.0-RC6 [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:2.20: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.18.0-RC6] [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.18.0-RC6] [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.18.0-RC6] [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.18.0-RC6.war [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.18.0-RC6-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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6.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.18.0-RC6/appng-appngizer-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.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.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6.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.18.0-RC6/appng-camunda-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.18.0-RC6 [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:2.20: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.18.0-RC6] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [4190 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.18.0-RC6.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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.18.0-RC6/appng-application-camunda-1.18.0-RC6.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.18.0-RC6/appng-application-camunda-1.18.0-RC6.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.18.0-RC6 [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:2.20: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.18.0-RC6.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.18.0-RC6 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2 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.25 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.25 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding com.j256.simplemagic:simplemagic:jar:1.14 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.6 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:23.3-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 javax.inject:javax.inject:jar:1 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.18.0-RC6.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC6-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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6.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.18.0-RC6/appng-maven-plugin-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.18.0-RC6 [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:2.20: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.18.0-RC6] [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.18.0-RC6] [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.18.0-RC6] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [23 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC6.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.18.0-RC6-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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6.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.18.0-RC6/appng-upngizr-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 7.368 s] [INFO] appNG Tools ........................................ SUCCESS [ 14.523 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.300 s] [INFO] appNG Forms ........................................ SUCCESS [ 2.634 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.559 s] [INFO] appNG XML-API ...................................... SUCCESS [ 11.082 s] [INFO] appNG public API ................................... SUCCESS [ 4.273 s] [INFO] appNG testsupport .................................. SUCCESS [ 3.358 s] [INFO] appNG REST API ..................................... SUCCESS [ 9.706 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 5.922 s] [INFO] appNG Search ....................................... SUCCESS [ 9.379 s] [INFO] appNG Core Library ................................. SUCCESS [ 7.760 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.553 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.837 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.518 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.514 s] [INFO] appNG Application .................................. SUCCESS [ 19.633 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.787 s] [INFO] appNG Documentation ................................ SUCCESS [ 42.786 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.047 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.161 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.039 s] [INFO] appNG application parent ........................... SUCCESS [ 0.005 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.072 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 1.361 s] [INFO] appNGizer .......................................... SUCCESS [ 25.595 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 3.646 s] [INFO] appNG camunda ...................................... SUCCESS [ 2.258 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 6.179 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 6.116 s] [INFO] upNGizr ............................................ SUCCESS [ 3.036 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:12 min [INFO] Finished at: 2018-12-11T12:20:52+01:00 [INFO] Final Memory: 278M/1798M [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 -Pjavadocs [INFO] Scanning for projects... [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 Tomcat 7 [INFO] appNG Tomcat 8 [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.18.0-RC6 [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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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 --- [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.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.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/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/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/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/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/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/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/Tomcat7Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Tomcat8Support.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/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/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/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/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/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/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/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/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/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/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/Tomcat8Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Tomcat7Support.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/SessionListener.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/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/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/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/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/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:59: 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-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.18.0-RC6/appng-parent-1.18.0-RC6.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-parent --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/1.18.0-RC6/appng-parent-1.18.0-RC6.pom Progress (1): 2.0/32 kB Progress (1): 4.1/32 kB Progress (1): 6.1/32 kB Progress (1): 8.2/32 kB Progress (1): 10/32 kB Progress (1): 12/32 kB Progress (1): 14/32 kB Progress (1): 16/32 kB Progress (1): 18/32 kB Progress (1): 20/32 kB Progress (1): 23/32 kB Progress (1): 25/32 kB Progress (1): 27/32 kB Progress (1): 29/32 kB Progress (1): 31/32 kB Progress (1): 32 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/1.18.0-RC6/appng-parent-1.18.0-RC6.pom (32 kB at 69 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (419 B at 8.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (419 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (455 B at 7.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (455 B at 18 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.18.0-RC6 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: Recompile with -Xlint:deprecation for details. [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:2.20:test (default-test) @ appng-tools --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.tools.image.ImageProcessorTest 2018-12-11 12:21:27,520 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:27,691 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@7cd62f43 2018-12-11 12:21:27,692 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2018-12-11 12:21:27,692 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2018-12-11 12:21:27,692 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2018-12-11 12:21:27,692 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@7cd62f43 2018-12-11 12:21:27,692 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2018-12-11 12:21:27,692 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2018-12-11 12:21:27,692 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2018-12-11 12:21:27,792 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' 2018-12-11 12:21:27,792 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' 2018-12-11 12:21:27,801 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:27,801 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@204f30ec 2018-12-11 12:21:27,802 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@204f30ec 2018-12-11 12:21:27,802 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@204f30ec 2018-12-11 12:21:27,802 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@204f30ec 2018-12-11 12:21:27,802 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@204f30ec 2018-12-11 12:21:27,802 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@204f30ec 2018-12-11 12:21:27,802 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2018-12-11 12:21:27,802 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' 2018-12-11 12:21:27,807 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:27,808 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@e25b2fe 2018-12-11 12:21:27,808 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2018-12-11 12:21:27,808 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2018-12-11 12:21:27,808 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2018-12-11 12:21:27,808 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@e25b2fe 2018-12-11 12:21:27,809 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2018-12-11 12:21:27,809 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2018-12-11 12:21:27,809 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2018-12-11 12:21:27,809 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' 2018-12-11 12:21:27,810 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' 2018-12-11 12:21:28,536 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:28,537 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@4bec1f0c 2018-12-11 12:21:28,537 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@4bec1f0c 2018-12-11 12:21:28,537 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@4bec1f0c 2018-12-11 12:21:28,537 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@4bec1f0c 2018-12-11 12:21:28,537 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@4bec1f0c 2018-12-11 12:21:28,537 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@4bec1f0c 2018-12-11 12:21:28,537 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@4bec1f0c 2018-12-11 12:21:28,537 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@4bec1f0c 2018-12-11 12:21:28,537 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' 2018-12-11 12:21:28,538 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' 2018-12-11 12:21:28,542 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:28,542 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@6adede5 2018-12-11 12:21:28,542 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6adede5 2018-12-11 12:21:28,543 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6adede5 2018-12-11 12:21:28,543 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6adede5 2018-12-11 12:21:28,543 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@6adede5 2018-12-11 12:21:28,543 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6adede5 2018-12-11 12:21:28,543 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6adede5 2018-12-11 12:21:28,543 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6adede5 2018-12-11 12:21:28,543 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' 2018-12-11 12:21:28,543 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' 2018-12-11 12:21:28,630 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@192b07fd 2018-12-11 12:21:28,630 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@192b07fd 2018-12-11 12:21:28,630 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@192b07fd 2018-12-11 12:21:28,630 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@192b07fd 2018-12-11 12:21:28,630 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@192b07fd 2018-12-11 12:21:28,631 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@192b07fd 2018-12-11 12:21:28,631 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@192b07fd 2018-12-11 12:21:28,631 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@192b07fd 2018-12-11 12:21:28,631 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' 2018-12-11 12:21:28,631 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' 2018-12-11 12:21:28,639 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:28,639 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@55d56113 2018-12-11 12:21:28,640 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@55d56113 2018-12-11 12:21:28,640 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@55d56113 2018-12-11 12:21:28,640 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@55d56113 2018-12-11 12:21:28,640 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@55d56113 2018-12-11 12:21:28,640 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@55d56113 2018-12-11 12:21:28,640 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@55d56113 2018-12-11 12:21:28,640 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@55d56113 2018-12-11 12:21:28,640 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' 2018-12-11 12:21:28,640 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' 2018-12-11 12:21:28,714 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@7e0b0338 2018-12-11 12:21:28,714 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@7e0b0338 2018-12-11 12:21:28,714 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@7e0b0338 2018-12-11 12:21:28,714 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@7e0b0338 2018-12-11 12:21:28,714 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@7e0b0338 2018-12-11 12:21:28,714 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@7e0b0338 2018-12-11 12:21:28,715 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@7e0b0338 2018-12-11 12:21:28,715 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@7e0b0338 2018-12-11 12:21:28,715 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' 2018-12-11 12:21:28,715 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' 2018-12-11 12:21:28,722 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:28,723 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@60c6f5b 2018-12-11 12:21:28,723 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@60c6f5b 2018-12-11 12:21:28,723 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@60c6f5b 2018-12-11 12:21:28,723 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@60c6f5b 2018-12-11 12:21:28,723 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@60c6f5b 2018-12-11 12:21:28,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@60c6f5b 2018-12-11 12:21:28,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@60c6f5b 2018-12-11 12:21:28,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@60c6f5b 2018-12-11 12:21:28,724 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' 2018-12-11 12:21:28,724 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' 2018-12-11 12:21:28,820 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:28,820 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@31610302 2018-12-11 12:21:28,821 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@31610302 2018-12-11 12:21:28,821 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@31610302 2018-12-11 12:21:28,821 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@31610302 2018-12-11 12:21:28,821 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@31610302 2018-12-11 12:21:28,821 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@31610302 2018-12-11 12:21:28,821 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@31610302 2018-12-11 12:21:28,822 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@31610302 2018-12-11 12:21:28,822 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' 2018-12-11 12:21:28,822 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' 2018-12-11 12:21:28,917 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2018-12-11 12:21:28,917 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@66480dd7 2018-12-11 12:21:28,918 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7 2018-12-11 12:21:28,918 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7 2018-12-11 12:21:28,918 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7 2018-12-11 12:21:28,918 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@66480dd7 2018-12-11 12:21:28,918 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7 2018-12-11 12:21:28,918 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7 2018-12-11 12:21:28,918 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@66480dd7 2018-12-11 12:21:28,918 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' 2018-12-11 12:21:28,918 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' 2018-12-11 12:21:29,025 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@4fe3c938 2018-12-11 12:21:29,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938 2018-12-11 12:21:29,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938 2018-12-11 12:21:29,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938 2018-12-11 12:21:29,025 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@4fe3c938 2018-12-11 12:21:29,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938 2018-12-11 12:21:29,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938 2018-12-11 12:21:29,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@4fe3c938 2018-12-11 12:21:29,025 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' 2018-12-11 12:21:29,025 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.98 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.006 s - in org.appng.tools.file.PropertyConstantCreatorTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2018-12-11 12:21:29,067 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@67784306 2018-12-11 12:21:29,072 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@67784306 2018-12-11 12:21:29,073 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@67784306 2018-12-11 12:21:29,073 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@67784306 2018-12-11 12:21:29,073 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@67784306 2018-12-11 12:21:29,073 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@67784306 2018-12-11 12:21:29,073 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2018-12-11 12:21:29,073 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' 2018-12-11 12:21:29,078 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.006 2018-12-11 12:21:29,079 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@3b0143d3 2018-12-11 12:21:29,079 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3 2018-12-11 12:21:29,079 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3 2018-12-11 12:21:29,079 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3 2018-12-11 12:21:29,079 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@3b0143d3 2018-12-11 12:21:29,079 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3 2018-12-11 12:21:29,079 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3 2018-12-11 12:21:29,079 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@3b0143d3 2018-12-11 12:21:29,079 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' 2018-12-11 12:21:29,079 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' 2018-12-11 12:21:29,080 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-12-11 12:21:29,081 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning no match 2018-12-11 12:21:29,101 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'unknown',test 'BM': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209 2018-12-11 12:21:29,101 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@5a8e6209 2018-12-11 12:21:29,101 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', %d x': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209 2018-12-11 12:21:29,102 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d x': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209 2018-12-11 12:21:29,102 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@5a8e6209 2018-12-11 12:21:29,102 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'unknown',test 'BM' 2018-12-11 12:21:29,102 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' 2018-12-11 12:21:29,102 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.022 2018-12-11 12:21:29,102 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@4b4523f8 2018-12-11 12:21:29,102 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@4b4523f8 2018-12-11 12:21:29,102 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@4b4523f8 2018-12-11 12:21:29,102 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@4b4523f8 2018-12-11 12:21:29,102 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@4b4523f8 2018-12-11 12:21:29,102 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@4b4523f8 2018-12-11 12:21:29,102 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2018-12-11 12:21:29,102 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' 2018-12-11 12:21:29,103 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-12-11 12:21:29,103 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@731a74c 2018-12-11 12:21:29,103 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2018-12-11 12:21:29,103 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2018-12-11 12:21:29,103 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2018-12-11 12:21:29,103 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@731a74c 2018-12-11 12:21:29,103 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2018-12-11 12:21:29,103 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2018-12-11 12:21:29,103 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2018-12-11 12:21:29,103 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' 2018-12-11 12:21:29,103 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' 2018-12-11 12:21:29,103 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-12-11 12:21:29,104 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@369f73a2 2018-12-11 12:21:29,104 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2018-12-11 12:21:29,104 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2018-12-11 12:21:29,104 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2018-12-11 12:21:29,104 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@369f73a2 2018-12-11 12:21:29,104 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2018-12-11 12:21:29,104 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2018-12-11 12:21:29,105 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2018-12-11 12:21:29,105 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' 2018-12-11 12:21:29,105 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' 2018-12-11 12:21:29,106 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2018-12-11 12:21:29,106 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2018-12-11 12:21:29,106 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@6325a3ee 2018-12-11 12:21:29,106 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee 2018-12-11 12:21:29,106 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee 2018-12-11 12:21:29,107 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@6325a3ee 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6325a3ee 2018-12-11 12:21:29,107 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' 2018-12-11 12:21:29,107 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' 2018-12-11 12:21:29,107 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2018-12-11 12:21:29,107 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-12-11 12:21:29,107 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@1d16f93d 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d 2018-12-11 12:21:29,107 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@1d16f93d 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d 2018-12-11 12:21:29,107 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d16f93d 2018-12-11 12:21:29,107 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' 2018-12-11 12:21:29,108 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' 2018-12-11 12:21:29,108 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2018-12-11 12:21:29,108 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-12-11 12:21:29,108 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@67b92f0a 2018-12-11 12:21:29,108 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@67b92f0a 2018-12-11 12:21:29,108 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@67b92f0a 2018-12-11 12:21:29,108 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@67b92f0a 2018-12-11 12:21:29,108 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@67b92f0a 2018-12-11 12:21:29,108 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@67b92f0a 2018-12-11 12:21:29,108 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2018-12-11 12:21:29,108 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' 2018-12-11 12:21:29,108 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2018-12-11 12:21:29,108 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-12-11 12:21:29,108 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@2b9627bc 2018-12-11 12:21:29,108 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2018-12-11 12:21:29,108 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2018-12-11 12:21:29,109 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2018-12-11 12:21:29,109 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@2b9627bc 2018-12-11 12:21:29,109 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2018-12-11 12:21:29,109 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2018-12-11 12:21:29,109 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2018-12-11 12:21:29,109 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' 2018-12-11 12:21:29,109 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' 2018-12-11 12:21:29,109 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file bmp 2018-12-11 12:21:29,109 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-12-11 12:21:29,109 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@65e2dbf3 2018-12-11 12:21:29,109 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2018-12-11 12:21:29,109 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2018-12-11 12:21:29,109 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2018-12-11 12:21:29,109 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@65e2dbf3 2018-12-11 12:21:29,109 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@65e2dbf3 2018-12-11 12:21:29,110 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2018-12-11 12:21:29,110 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' 2018-12-11 12:21:29,110 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file bmp 2018-12-11 12:21:29,110 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.053 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.152 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: 5.405 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.051 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2018-12-11 12:21:34,728 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.001 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.036 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.003 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.18.0-RC6.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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6.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.18.0-RC6/appng-tools-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tools --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6.jar (50 kB at 826 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6.pom (2.0 kB at 61 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 418 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (418 B at 28 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 418 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (418 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (454 B at 8.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (454 B at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6-javadoc.jar (236 kB at 2.4 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 454 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (454 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (454 B at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6-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/41 kB Progress (1): 41 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC6/appng-tools-1.18.0-RC6-sources.jar (41 kB at 1.0 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 454 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (454 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (454 B at 17 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.18.0-RC6 [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:2.20: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.205 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.18.0-RC6.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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6.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.18.0-RC6/appng-mail-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-mail --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6.jar (15 kB at 49 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6.pom (1.2 kB at 18 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 417 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (417 B at 22 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 417 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (417 B at 42 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (453 B at 7.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (453 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6-javadoc.jar (86 kB at 1.4 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 453 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (453 B at 28 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (453 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC6/appng-mail-1.18.0-RC6-sources.jar (12 kB at 359 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 453 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (453 B at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (453 B at 17 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.18.0-RC6 [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:2.20:test (default-test) @ appng-forms --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.forms.RequestTest 2018-12-11 12:21:52,574 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2018-12-11 12:21:52,575 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2018-12-11 12:21:52,577 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormRequestTest 2018-12-11 12:21:52,851 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-12-11 12:21:52,851 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2018-12-11 12:21:52,851 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-12-11 12:21:52,851 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-12-11 12:21:52,852 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-12-11 12:21:52,852 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-12-11 12:21:52,853 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2018-12-11 12:21:52,856 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2018-12-11 12:21:52,856 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2018-12-11 12:21:52,856 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2018-12-11 12:21:52,883 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-12-11 12:21:52,884 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-12-11 12:21:52,884 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-12-11 12:21:52,884 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-12-11 12:21:52,884 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-12-11 12:21:52,884 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-12-11 12:21:52,884 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-12-11 12:21:52,920 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-12-11 12:21:52,923 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_10.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2018-12-11 12:21:52,949 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-12-11 12:21:52,949 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-12-11 12:21:52,950 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-12-11 12:21:52,950 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-12-11 12:21:52,950 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-12-11 12:21:52,950 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-12-11 12:21:52,950 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-12-11 12:21:52,952 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-12-11 12:21:52,953 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_11.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s - in org.appng.forms.FormRequestTest [INFO] Running org.appng.forms.XSSUtilTest System property [org.owasp.esapi.opsteam] is not set System property [org.owasp.esapi.devteam] is not set Attempting to load ESAPI.properties via file I/O. Attempting to load ESAPI.properties as resource file via file I/O. Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/ESAPI.properties Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/ESAPI.properties Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException Attempting to load ESAPI.properties via the classpath. SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader! SecurityConfiguration for Validator.ConfigurationFile.MultiValued not found in ESAPI.properties. Using default: false SecurityConfiguration for Validator.ConfigurationFile not found in ESAPI.properties. Using default: validation.properties Attempting to load validation.properties via file I/O. Attempting to load validation.properties as resource file via file I/O. Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/validation.properties Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/validation.properties Loading validation.properties via file I/O failed. Attempting to load validation.properties via the classpath. validation.properties could not be loaded by any means. fail. Exception was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource. SecurityConfiguration for ESAPI.printProperties not found in ESAPI.properties. Using default: false SecurityConfiguration for Encryptor.CipherTransformation not found in ESAPI.properties. Using default: AES/CBC/PKCS5Padding SecurityConfiguration for ESAPI.Logger not found in ESAPI.properties. Using default: org.owasp.esapi.reference.JavaLogFactory SecurityConfiguration for Logger.LogApplicationName not found in ESAPI.properties. Using default: true SecurityConfiguration for Logger.LogServerIP not found in ESAPI.properties. Using default: true SecurityConfiguration for Logger.ApplicationName not found in ESAPI.properties. Using default: DefaultName SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false 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.12 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 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2018-12-11 12:21:53,129 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,129 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,130 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,155 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,155 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b eq 5 ? 'is five' : 'is not five'} = is not five [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,156 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null ? 'is null': 'is not null'} = is not null [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,156 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,157 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,157 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,158 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-12-11 12:21:53,159 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-12-11 12:21:53,159 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,159 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,159 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':asList' with method 'public static java.util.List org.appng.el.ExpressionEvaluatorTest.asList(java.lang.Object[]), 2018-12-11 12:21:53,161 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@794cb805), (a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,162 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,162 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,162 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-12-11 12:21:53,165 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-12-11 12:21:53,165 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,166 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,173 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)] 2018-12-11 12:21:53,173 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)] 2018-12-11 12:21:53,174 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)] 2018-12-11 12:21:53,175 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)] 2018-12-11 12:21:53,176 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)] 2018-12-11 12:21:53,177 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)] 2018-12-11 12:21:53,177 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)] 2018-12-11 12:21:53,178 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)] 2018-12-11 12:21:53,178 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection), 2018-12-11 12:21:53,179 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)] 2018-12-11 12:21:53,179 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,179 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,180 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,180 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,180 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2018-12-11 12:21:53,181 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2018-12-11 12:21:53,182 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2018-12-11 12:21:53,182 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,182 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,183 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2018-12-11 12:21:53,183 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,184 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,184 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,184 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,184 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,185 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,185 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,185 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2018-12-11 12:21:53,185 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2018-12-11 12:21:53,185 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2018-12-11 12:21:53,185 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2018-12-11 12:21:53,185 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,186 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2018-12-11 12:21:53,186 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2018-12-11 12:21:53,186 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2018-12-11 12:21:53,186 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2018-12-11 12:21:53,186 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)] 2018-12-11 12:21:53,187 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)] 2018-12-11 12:21:53,187 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)] 2018-12-11 12:21:53,187 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)] 2018-12-11 12:21:53,188 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)] 2018-12-11 12:21:53,188 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)] 2018-12-11 12:21:53,188 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)] 2018-12-11 12:21:53,189 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)] 2018-12-11 12:21:53,189 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,189 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,190 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,190 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,191 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,192 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,193 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,193 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,194 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,194 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,194 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,195 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,195 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,196 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,198 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,198 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,198 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,199 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,199 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,200 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,200 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,201 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,201 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,201 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int), 2018-12-11 12:21:53,201 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int), 2018-12-11 12:21:53,201 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-12-11 12:21:53,202 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-12-11 12:21:53,202 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,202 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,203 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,203 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,204 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,205 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,205 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,206 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,206 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,206 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,207 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,207 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,207 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,208 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,208 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,209 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,209 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,211 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,211 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,212 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-12-11 12:21:53,212 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-12-11 12:21:53,212 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,212 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-12-11 12:21:53,213 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.135 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.18.0-RC6.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-forms --- [WARNING] Error fetching link: http://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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6.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.18.0-RC6/appng-forms-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-forms --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6.jar (19 kB at 59 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6.pom Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6.pom (1.6 kB at 38 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 418 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (418 B at 23 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 418 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (418 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (454 B at 8.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (454 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6-javadoc.jar (89 kB at 2.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 454 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (454 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (454 B at 17 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC6/appng-forms-1.18.0-RC6-sources.jar (19 kB at 287 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 454 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (454 B at 41 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 454 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (454 B at 23 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.18.0-RC6 [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:2.20:test (default-test) @ appng-formtags --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.formtags.FormElementTest 2018-12-11 12:22:00,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,030 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,030 [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), 2018-12-11 12:22:00,030 [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), 2018-12-11 12:22:00,030 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,030 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,030 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,031 [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), 2018-12-11 12:22:00,031 [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), 2018-12-11 12:22:00,031 [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), 2018-12-11 12:22:00,032 [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), 2018-12-11 12:22:00,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,032 [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), 2018-12-11 12:22:00,053 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-12-11 12:22:00,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,153 [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), 2018-12-11 12:22:00,154 [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), 2018-12-11 12:22:00,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,155 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,155 [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), 2018-12-11 12:22:00,155 [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), 2018-12-11 12:22:00,155 [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), 2018-12-11 12:22:00,155 [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), 2018-12-11 12:22:00,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,156 [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), 2018-12-11 12:22:00,156 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2018-12-11 12:22:00,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,159 [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), 2018-12-11 12:22:00,159 [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), 2018-12-11 12:22:00,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,160 [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), 2018-12-11 12:22:00,160 [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), 2018-12-11 12:22:00,160 [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), 2018-12-11 12:22:00,161 [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), 2018-12-11 12:22:00,161 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,161 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,161 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,161 [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), 2018-12-11 12:22:00,162 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2018-12-11 12:22:00,164 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,167 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2018-12-11 12:22:00,169 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,172 [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), 2018-12-11 12:22:00,172 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-12-11 12:22:00,176 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,177 [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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,177 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,178 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,178 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,178 [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), 2018-12-11 12:22:00,178 [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), 2018-12-11 12:22:00,178 [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), 2018-12-11 12:22:00,178 [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), 2018-12-11 12:22:00,178 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,179 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,179 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,179 [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), 2018-12-11 12:22:00,179 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-12-11 12:22:00,181 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,181 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,181 [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), 2018-12-11 12:22:00,182 [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), 2018-12-11 12:22:00,182 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,182 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,182 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,182 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,182 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,182 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,183 [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), 2018-12-11 12:22:00,183 [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), 2018-12-11 12:22:00,183 [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), 2018-12-11 12:22:00,183 [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), 2018-12-11 12:22:00,183 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,183 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,184 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,184 [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), 2018-12-11 12:22:00,184 [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.585 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.RuleValidationTest 2018-12-11 12:22:00,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,197 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,197 [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), 2018-12-11 12:22:00,198 [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), 2018-12-11 12:22:00,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,198 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,199 [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), 2018-12-11 12:22:00,199 [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), 2018-12-11 12:22:00,199 [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), 2018-12-11 12:22:00,199 [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), 2018-12-11 12:22:00,199 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,199 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,199 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,200 [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), 2018-12-11 12:22:00,201 [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})] 2018-12-11 12:22:00,201 [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})] 2018-12-11 12:22:00,202 [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})] 2018-12-11 12:22:00,202 [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})] 2018-12-11 12:22:00,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,204 [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), 2018-12-11 12:22:00,204 [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), 2018-12-11 12:22:00,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,204 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,205 [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), 2018-12-11 12:22:00,205 [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), 2018-12-11 12:22:00,205 [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), 2018-12-11 12:22:00,205 [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), 2018-12-11 12:22:00,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,205 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,206 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,206 [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), 2018-12-11 12:22:00,206 [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})] 2018-12-11 12:22:00,207 [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})] 2018-12-11 12:22:00,207 [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})] 2018-12-11 12:22:00,208 [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})] 2018-12-11 12:22:00,208 [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})] 2018-12-11 12:22:00,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,210 [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), 2018-12-11 12:22:00,210 [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), 2018-12-11 12:22:00,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,210 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,211 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,211 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,211 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,211 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,211 [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), 2018-12-11 12:22:00,211 [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), 2018-12-11 12:22:00,211 [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), 2018-12-11 12:22:00,211 [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), 2018-12-11 12:22:00,211 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,212 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,212 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,212 [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), 2018-12-11 12:22:00,212 [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})] 2018-12-11 12:22:00,213 [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})] 2018-12-11 12:22:00,213 [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})] 2018-12-11 12:22:00,214 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,215 [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), 2018-12-11 12:22:00,215 [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), 2018-12-11 12:22:00,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,215 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,216 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,216 [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), 2018-12-11 12:22:00,216 [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), 2018-12-11 12:22:00,216 [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), 2018-12-11 12:22:00,216 [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), 2018-12-11 12:22:00,216 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,216 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,216 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,217 [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), 2018-12-11 12:22:00,217 [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})] 2018-12-11 12:22:00,218 [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})] 2018-12-11 12:22:00,218 [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})] 2018-12-11 12:22:00,219 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,220 [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), 2018-12-11 12:22:00,220 [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), 2018-12-11 12:22:00,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,220 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,221 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,221 [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), 2018-12-11 12:22:00,221 [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), 2018-12-11 12:22:00,221 [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), 2018-12-11 12:22:00,221 [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), 2018-12-11 12:22:00,221 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,221 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,221 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,221 [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), 2018-12-11 12:22:00,222 [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})] 2018-12-11 12:22:00,223 [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})] 2018-12-11 12:22:00,223 [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})] 2018-12-11 12:22:00,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,224 [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), 2018-12-11 12:22:00,224 [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), 2018-12-11 12:22:00,224 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,225 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,225 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,225 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,225 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,225 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,225 [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), 2018-12-11 12:22:00,225 [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), 2018-12-11 12:22:00,225 [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), 2018-12-11 12:22:00,225 [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), 2018-12-11 12:22:00,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,226 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,226 [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), 2018-12-11 12:22:00,227 [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})] 2018-12-11 12:22:00,227 [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})] 2018-12-11 12:22:00,228 [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})] 2018-12-11 12:22:00,228 [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})] 2018-12-11 12:22:00,229 [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})] 2018-12-11 12:22:00,229 [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})] 2018-12-11 12:22:00,230 [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})] 2018-12-11 12:22:00,230 [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})] 2018-12-11 12:22:00,231 [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})] 2018-12-11 12:22:00,231 [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})] 2018-12-11 12:22:00,232 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,233 [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), 2018-12-11 12:22:00,233 [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), 2018-12-11 12:22:00,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,233 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,234 [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), 2018-12-11 12:22:00,234 [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), 2018-12-11 12:22:00,234 [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), 2018-12-11 12:22:00,234 [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), 2018-12-11 12:22:00,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,234 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,235 [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), 2018-12-11 12:22:00,237 [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})] 2018-12-11 12:22:00,237 [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})] 2018-12-11 12:22:00,238 [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})] 2018-12-11 12:22:00,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,239 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,240 [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), 2018-12-11 12:22:00,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,240 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,241 [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), 2018-12-11 12:22:00,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,241 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,241 [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), 2018-12-11 12:22:00,242 [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})] 2018-12-11 12:22:00,242 [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})] 2018-12-11 12:22:00,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,243 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,244 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,245 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,246 [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})] 2018-12-11 12:22:00,247 [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})] 2018-12-11 12:22:00,247 [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})] 2018-12-11 12:22:00,248 [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})] 2018-12-11 12:22:00,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,249 [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), 2018-12-11 12:22:00,249 [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), 2018-12-11 12:22:00,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,249 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,250 [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), 2018-12-11 12:22:00,250 [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), 2018-12-11 12:22:00,250 [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), 2018-12-11 12:22:00,250 [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), 2018-12-11 12:22:00,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,250 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,251 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,251 [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), 2018-12-11 12:22:00,251 [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})] 2018-12-11 12:22:00,252 [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})] 2018-12-11 12:22:00,252 [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})] 2018-12-11 12:22:00,252 [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})] 2018-12-11 12:22:00,253 [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})] 2018-12-11 12:22:00,253 [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})] 2018-12-11 12:22:00,254 [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})] 2018-12-11 12:22:00,255 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,255 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,255 [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), 2018-12-11 12:22:00,255 [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), 2018-12-11 12:22:00,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,256 [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), 2018-12-11 12:22:00,256 [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), 2018-12-11 12:22:00,256 [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), 2018-12-11 12:22:00,256 [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), 2018-12-11 12:22:00,256 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,257 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,257 [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), 2018-12-11 12:22:00,257 [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})] 2018-12-11 12:22:00,259 [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})] 2018-12-11 12:22:00,259 [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})] 2018-12-11 12:22:00,260 [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})] 2018-12-11 12:22:00,261 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,261 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,261 [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), 2018-12-11 12:22:00,261 [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), 2018-12-11 12:22:00,261 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,262 [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), 2018-12-11 12:22:00,262 [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), 2018-12-11 12:22:00,262 [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), 2018-12-11 12:22:00,262 [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), 2018-12-11 12:22:00,262 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,263 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,263 [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), 2018-12-11 12:22:00,263 [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})] 2018-12-11 12:22:00,264 [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})] 2018-12-11 12:22:00,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,265 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,266 [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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,266 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,267 [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})] 2018-12-11 12:22:00,267 [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})] 2018-12-11 12:22:00,268 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,268 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,269 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,269 [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), 2018-12-11 12:22:00,270 [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), 2018-12-11 12:22:00,270 [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), 2018-12-11 12:22:00,270 [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), 2018-12-11 12:22:00,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,270 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,270 [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), 2018-12-11 12:22:00,271 [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})] 2018-12-11 12:22:00,271 [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})] 2018-12-11 12:22:00,271 [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})] 2018-12-11 12:22:00,272 [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})] 2018-12-11 12:22:00,272 [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})] 2018-12-11 12:22:00,273 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,274 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,275 [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), 2018-12-11 12:22:00,275 [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), 2018-12-11 12:22:00,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,275 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,275 [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), 2018-12-11 12:22:00,275 [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})] 2018-12-11 12:22:00,276 [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})] 2018-12-11 12:22:00,276 [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})] 2018-12-11 12:22:00,277 [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})] 2018-12-11 12:22:00,277 [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})] 2018-12-11 12:22:00,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,279 [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), 2018-12-11 12:22:00,279 [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), 2018-12-11 12:22:00,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,279 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,280 [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), 2018-12-11 12:22:00,280 [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), 2018-12-11 12:22:00,280 [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), 2018-12-11 12:22:00,280 [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), 2018-12-11 12:22:00,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,280 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,281 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,281 [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})] 2018-12-11 12:22:00,282 [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})] 2018-12-11 12:22:00,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,283 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,284 [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), 2018-12-11 12:22:00,284 [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), 2018-12-11 12:22:00,284 [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), 2018-12-11 12:22:00,284 [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), 2018-12-11 12:22:00,284 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,284 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,284 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,284 [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), 2018-12-11 12:22:00,284 [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})] 2018-12-11 12:22:00,285 [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})] 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,286 [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), 2018-12-11 12:22:00,286 [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), 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,286 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,287 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,287 [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})] 2018-12-11 12:22:00,288 [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})] 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,289 [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), 2018-12-11 12:22:00,289 [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), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,289 [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), 2018-12-11 12:22:00,289 [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), 2018-12-11 12:22:00,289 [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), 2018-12-11 12:22:00,289 [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), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,289 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,290 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,290 [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), 2018-12-11 12:22:00,290 [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})] 2018-12-11 12:22:00,290 [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})] 2018-12-11 12:22:00,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,291 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,291 [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), 2018-12-11 12:22:00,291 [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), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,292 [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), 2018-12-11 12:22:00,292 [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), 2018-12-11 12:22:00,292 [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), 2018-12-11 12:22:00,292 [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), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,292 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,292 [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), 2018-12-11 12:22:00,293 [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})] 2018-12-11 12:22:00,293 [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})] 2018-12-11 12:22:00,293 [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})] 2018-12-11 12:22:00,293 [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.104 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,298 [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), 2018-12-11 12:22:00,298 [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), 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,298 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,298 [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), 2018-12-11 12:22:00,298 [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), 2018-12-11 12:22:00,298 [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), 2018-12-11 12:22:00,299 [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), 2018-12-11 12:22:00,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,299 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,299 [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), 2018-12-11 12:22:00,299 [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 = {})] 2018-12-11 12:22:00,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,301 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,301 [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), 2018-12-11 12:22:00,301 [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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,302 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,302 [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 = {})] 2018-12-11 12:22:00,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,303 [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), 2018-12-11 12:22:00,303 [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), 2018-12-11 12:22:00,303 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,304 [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), 2018-12-11 12:22:00,304 [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), 2018-12-11 12:22:00,304 [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), 2018-12-11 12:22:00,304 [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), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,304 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,304 [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), 2018-12-11 12:22:00,304 [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 = {})] 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,306 [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), 2018-12-11 12:22:00,306 [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), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,306 [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), 2018-12-11 12:22:00,306 [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), 2018-12-11 12:22:00,306 [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), 2018-12-11 12:22:00,306 [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), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,306 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,307 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,307 [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 = {})] 2018-12-11 12:22:00,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,308 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,309 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,310 [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 = {})] 2018-12-11 12:22:00,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,324 [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), 2018-12-11 12:22:00,324 [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), 2018-12-11 12:22:00,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,324 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,325 [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), 2018-12-11 12:22:00,325 [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), 2018-12-11 12:22:00,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,325 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,325 [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), 2018-12-11 12:22:00,325 [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 = {})] 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,327 [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), 2018-12-11 12:22:00,327 [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), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,327 [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), 2018-12-11 12:22:00,327 [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), 2018-12-11 12:22:00,327 [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), 2018-12-11 12:22:00,327 [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), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,327 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,327 [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), 2018-12-11 12:22:00,328 [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 = {})] 2018-12-11 12:22:00,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,329 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,330 [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), 2018-12-11 12:22:00,330 [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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,330 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,330 [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 = {})] 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,332 [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), 2018-12-11 12:22:00,332 [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), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,332 [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), 2018-12-11 12:22:00,332 [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), 2018-12-11 12:22:00,332 [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), 2018-12-11 12:22:00,332 [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), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,332 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,332 [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), 2018-12-11 12:22:00,332 [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 = {})] 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,334 [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), 2018-12-11 12:22:00,334 [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), 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,334 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,335 [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), 2018-12-11 12:22:00,335 [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), 2018-12-11 12:22:00,335 [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), 2018-12-11 12:22:00,335 [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), 2018-12-11 12:22:00,335 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,335 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,335 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,335 [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), 2018-12-11 12:22:00,335 [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 = {})] 2018-12-11 12:22:00,337 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,338 [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), 2018-12-11 12:22:00,338 [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), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,338 [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), 2018-12-11 12:22:00,338 [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), 2018-12-11 12:22:00,338 [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), 2018-12-11 12:22:00,338 [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), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,338 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,338 [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), 2018-12-11 12:22:00,339 [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 = {})] 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,340 [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), 2018-12-11 12:22:00,340 [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), 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,340 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,341 [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), 2018-12-11 12:22:00,341 [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), 2018-12-11 12:22:00,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,341 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,341 [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), 2018-12-11 12:22:00,341 [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 = {})] 2018-12-11 12:22:00,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,342 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,342 [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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,343 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,343 [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), 2018-12-11 12:22:00,343 [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 = {})] 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,344 [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), 2018-12-11 12:22:00,344 [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), 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,344 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,344 [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), 2018-12-11 12:22:00,344 [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), 2018-12-11 12:22:00,344 [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), 2018-12-11 12:22:00,345 [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), 2018-12-11 12:22:00,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,345 [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), 2018-12-11 12:22:00,345 [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 = {})] 2018-12-11 12:22:00,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,346 [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), 2018-12-11 12:22:00,346 [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), 2018-12-11 12:22:00,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,347 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,347 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,347 [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 = {})] 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,348 [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), 2018-12-11 12:22:00,348 [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), 2018-12-11 12:22:00,348 [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), 2018-12-11 12:22:00,348 [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), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,348 [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), 2018-12-11 12:22:00,349 [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 = {})] 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,350 [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), 2018-12-11 12:22:00,350 [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), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,350 [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), 2018-12-11 12:22:00,350 [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), 2018-12-11 12:22:00,350 [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), 2018-12-11 12:22:00,350 [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), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,350 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,350 [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), 2018-12-11 12:22:00,351 [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 = {})] 2018-12-11 12:22:00,351 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,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), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,352 [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), 2018-12-11 12:22:00,352 [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 = {})] 2018-12-11 12:22:00,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,353 [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), 2018-12-11 12:22:00,354 [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), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,354 [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), 2018-12-11 12:22:00,354 [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), 2018-12-11 12:22:00,354 [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), 2018-12-11 12:22:00,354 [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), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,354 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,354 [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), 2018-12-11 12:22:00,354 [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 = {})] 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,356 [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), 2018-12-11 12:22:00,356 [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), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,356 [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), 2018-12-11 12:22:00,356 [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), 2018-12-11 12:22:00,356 [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), 2018-12-11 12:22:00,356 [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), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,356 [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), 2018-12-11 12:22:00,356 [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 = {})] 2018-12-11 12:22:00,357 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,357 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,357 [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), 2018-12-11 12:22:00,357 [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), 2018-12-11 12:22:00,357 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,357 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,357 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,358 [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), 2018-12-11 12:22:00,358 [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), 2018-12-11 12:22:00,358 [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), 2018-12-11 12:22:00,358 [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), 2018-12-11 12:22:00,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,358 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,358 [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), 2018-12-11 12:22:00,358 [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 = {})] 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,359 [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), 2018-12-11 12:22:00,359 [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), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,359 [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), 2018-12-11 12:22:00,359 [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), 2018-12-11 12:22:00,359 [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), 2018-12-11 12:22:00,359 [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), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,359 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,359 [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), 2018-12-11 12:22:00,360 [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 = {})] 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,361 [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), 2018-12-11 12:22:00,361 [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), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,361 [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), 2018-12-11 12:22:00,361 [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), 2018-12-11 12:22:00,361 [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), 2018-12-11 12:22:00,361 [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), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,361 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,361 [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), 2018-12-11 12:22:00,361 [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 = {})] 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,363 [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), 2018-12-11 12:22:00,363 [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), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,363 [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), 2018-12-11 12:22:00,363 [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), 2018-12-11 12:22:00,363 [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), 2018-12-11 12:22:00,363 [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), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,363 [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), 2018-12-11 12:22:00,364 [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 = {})] 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,365 [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), 2018-12-11 12:22:00,365 [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), 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,365 [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), 2018-12-11 12:22:00,365 [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), 2018-12-11 12:22:00,366 [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), 2018-12-11 12:22:00,366 [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), 2018-12-11 12:22:00,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,366 [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), 2018-12-11 12:22:00,366 [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 = {})] 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,367 [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), 2018-12-11 12:22:00,367 [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), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,367 [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), 2018-12-11 12:22:00,367 [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), 2018-12-11 12:22:00,367 [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), 2018-12-11 12:22:00,367 [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), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,367 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,367 [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), 2018-12-11 12:22:00,368 [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 = {})] 2018-12-11 12:22:00,368 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,368 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,368 [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), 2018-12-11 12:22:00,368 [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), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,369 [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), 2018-12-11 12:22:00,369 [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), 2018-12-11 12:22:00,369 [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), 2018-12-11 12:22:00,369 [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), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,369 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,369 [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), 2018-12-11 12:22:00,369 [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 = {})] 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,370 [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), 2018-12-11 12:22:00,370 [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), 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,370 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,371 [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), 2018-12-11 12:22:00,371 [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), 2018-12-11 12:22:00,371 [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), 2018-12-11 12:22:00,371 [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), 2018-12-11 12:22:00,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,371 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,371 [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), 2018-12-11 12:22:00,371 [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 = {})] 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,372 [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), 2018-12-11 12:22:00,372 [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), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,372 [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), 2018-12-11 12:22:00,372 [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), 2018-12-11 12:22:00,372 [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), 2018-12-11 12:22:00,372 [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), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,372 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,372 [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), 2018-12-11 12:22:00,373 [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 = {})] 2018-12-11 12:22:00,373 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,373 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,373 [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), 2018-12-11 12:22:00,373 [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), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,374 [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), 2018-12-11 12:22:00,374 [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), 2018-12-11 12:22:00,374 [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), 2018-12-11 12:22:00,374 [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), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,374 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,374 [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), 2018-12-11 12:22:00,374 [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 = {})] 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-12-11 12:22:00,375 [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), 2018-12-11 12:22:00,375 [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), 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-12-11 12:22:00,375 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-12-11 12:22:00,375 [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), 2018-12-11 12:22:00,376 [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), 2018-12-11 12:22:00,376 [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), 2018-12-11 12:22:00,376 [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), 2018-12-11 12:22:00,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-12-11 12:22:00,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-12-11 12:22:00,376 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-12-11 12:22:00,376 [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), 2018-12-11 12:22:00,376 [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.081 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2018-12-11 12:22:00,390 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2018-12-11 12:22:00,391 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.18.0-RC6.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-formtags --- [WARNING] Error fetching link: http://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: http://commons.apache.org/proper/commons-text/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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6.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.18.0-RC6/appng-formtags-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-formtags --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6.jar (30 kB at 562 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6.pom (1.8 kB at 25 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 421 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (421 B at 16 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 421 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (421 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (457 B at 5.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (457 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6-javadoc.jar (109 kB at 2.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 457 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (457 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (457 B at 17 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC6/appng-formtags-1.18.0-RC6-sources.jar (21 kB at 378 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 457 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (457 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (457 B at 21 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.18.0-RC6 [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:2.20:test (default-test) @ appng-xmlapi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.xml.MarshallServiceTest 2018-12-11 12:22:07,679 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'. 2018-12-11 12:22:07,679 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'. 2018-12-11 12:22:07,681 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. 2018-12-11 12:22:07,681 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. 2018-12-11 12:22:07,697 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> 2018-12-11 12:22:07,697 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> 2018-12-11 12:22:07,699 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'. 2018-12-11 12:22:07,699 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'. 2018-12-11 12:22:07,701 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. 2018-12-11 12:22:07,701 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. 2018-12-11 12:22:07,701 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'. 2018-12-11 12:22:07,701 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'. 2018-12-11 12:22:07,702 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. 2018-12-11 12:22:07,702 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. 2018-12-11 12:22:07,702 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'. 2018-12-11 12:22:07,702 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'. 2018-12-11 12:22:07,703 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. 2018-12-11 12:22:07,703 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. 2018-12-11 12:22:07,703 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'. 2018-12-11 12:22:07,703 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'. 2018-12-11 12:22:07,704 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. 2018-12-11 12:22:07,704 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. 2018-12-11 12:22:07,705 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'. 2018-12-11 12:22:07,705 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'. 2018-12-11 12:22:07,705 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'. 2018-12-11 12:22:07,705 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'. 2018-12-11 12:22:07,706 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. 2018-12-11 12:22:07,706 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. 2018-12-11 12:22:07,706 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> 2018-12-11 12:22:07,706 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> 2018-12-11 12:22:07,713 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. 2018-12-11 12:22:07,713 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. 2018-12-11 12:22:07,721 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. 2018-12-11 12:22:07,721 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. 2018-12-11 12:22:07,725 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. 2018-12-11 12:22:07,725 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. 2018-12-11 12:22:07,728 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. 2018-12-11 12:22:07,728 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. 2018-12-11 12:22:07,731 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. 2018-12-11 12:22:07,731 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. 2018-12-11 12:22:08,063 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@44a7bfbc: 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. 2018-12-11 12:22:08,063 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@44a7bfbc: 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: 1.737 s - in org.appng.xml.MarshallServiceTest [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2018-12-11 12:22:08,103 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2018-12-11 12:22:08,103 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest 2018-12-11 12:22:08,175 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java 2018-12-11 12:22:08,175 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.071 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.18.0-RC6.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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6.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.18.0-RC6/appng-xmlapi-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-xmlapi --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6.jar (155 kB at 3.0 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6.pom (3.1 kB at 68 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (419 B at 23 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (419 B at 47 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (455 B at 6.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (455 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6-javadoc.jar (804 kB at 636 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 455 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (455 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (455 B at 7.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC6/appng-xmlapi-1.18.0-RC6-sources.jar (163 kB at 4.4 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 455 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (455 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (455 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.18.0-RC6 [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 34 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/test-classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/test/java/org/appng/api/support/DatasourceInheritanceTest.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/test/java/org/appng/api/support/DatasourceInheritanceTest.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/test/java/org/appng/api/support/DatasourceInheritanceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.20: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.543 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.027 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 2018-12-11 12:22:19,689 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-12-11 12:22:19,698 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-12-11 12:22:19,702 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-12-11 12:22:19,707 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-12-11 12:22:19,711 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-12-11 12:22:19,711 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-12-11 12:22:19,711 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-12-11 12:22:19,711 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-12-11 12:22:19,711 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-12-11 12:22:19,711 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2018-12-11 12:22:20,053 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-12-11 12:22:20,062 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2018-12-11 12:22:20,073 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 2018-12-11 12:22:20,079 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 2018-12-11 12:22:20,085 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-12-11 12:22:20,090 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 2018-12-11 12:22:20,145 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-12-11 12:22:20,149 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2018-12-11 12:22:20,154 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 2018-12-11 12:22:20,157 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 2018-12-11 12:22:20,162 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-12-11 12:22:20,165 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 2018-12-11 12:22:20,277 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config//permissions/permission[@ref='testPermission'] in resource datasource.xml 2018-12-11 12:22:20,280 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 2018-12-11 12:22:20,283 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-12-11 12:22:20,286 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 2018-12-11 12:22:20,289 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] in resource datasource.xml 2018-12-11 12:22:20,292 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-12-11 12:22:20,295 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2018-12-11 12:22:20,297 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 2018-12-11 12:22:20,300 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 2018-12-11 12:22:20,303 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-12-11 12:22:20,306 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 2018-12-11 12:22:20,355 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 329ms 2018-12-11 12:22:20,356 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'. 2018-12-11 12:22:20,362 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-12-11 12:22:20,370 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-12-11 12:22:20,375 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2018-12-11 12:22:20,377 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.253 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.053 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.006 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.547 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.01 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.007 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.01 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.105 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.RequestSupportTest 2018-12-11 12:22:21,181 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' 2018-12-11 12:22:21,187 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2018-12-11 12:22:21,188 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2018-12-11 12:22:21,194 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' 2018-12-11 12:22:21,236 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2018-12-11 12:22:21,683 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.028 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2018-12-11 12:22:21,764 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.081 s - in org.appng.api.support.field.DateFieldConverterDateTimeTest [INFO] Running org.appng.api.support.field.DefaultFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.appng.api.support.field.DefaultFieldConverterTest [INFO] Running org.appng.api.support.field.ObjectFieldConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 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.004 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.021 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2018-12-11 12:22:22,330 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2018-12-11 12:22:22,337 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.026 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.012 s - in org.appng.api.support.field.FileFieldConverterTest [INFO] Running org.appng.api.support.SortParamSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.062 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.001 s - in org.appng.api.support.ScopeTest [INFO] Running org.appng.api.support.OptionImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.support.OptionImplTest [INFO] Running org.appng.api.support.ValidationProviderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 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.041 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2018-12-11 12:22:22,895 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-12-11 12:22:22,896 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-12-11 12:22:22,898 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-12-11 12:22:22,898 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-12-11 12:22:22,898 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-12-11 12:22:22,899 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-12-11 12:22:22,899 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-12-11 12:22:22,899 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-12-11 12:22:22,899 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-12-11 12:22:22,899 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-12-11 12:22:22,899 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-12-11 12:22:22,899 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-12-11 12:22:22,900 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-12-11 12:22:22,900 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-12-11 12:22:22,900 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-12-11 12:22:22,900 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-12-11 12:22:22,900 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-12-11 12:22:22,900 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: 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.001 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.003 s - in org.appng.api.support.MessageSourceChainTest [INFO] Running org.appng.api.support.SelectionBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.005 s - in org.appng.api.support.SelectionFactoryTest [INFO] Running org.appng.api.support.ElementHelperTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.064 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.012 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.042 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.environment.EnvironmentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.FileUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.508 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.005 s - in org.appng.api.DataContainerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 242, 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.18.0-RC6.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: http://projects.spring.io/spring-ws/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: http://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: http://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: http://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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6.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.18.0-RC6/appng-api-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-api --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6.jar Progress (1): 2.0/332 kB Progress (1): 4.1/332 kB Progress (1): 6.1/332 kB Progress (1): 8.2/332 kB Progress (1): 10/332 kB Progress (1): 12/332 kB Progress (1): 14/332 kB Progress (1): 16/332 kB Progress (1): 18/332 kB Progress (1): 20/332 kB Progress (1): 23/332 kB Progress (1): 25/332 kB Progress (1): 27/332 kB Progress (1): 29/332 kB Progress (1): 31/332 kB Progress (1): 33/332 kB Progress (1): 35/332 kB Progress (1): 37/332 kB Progress (1): 39/332 kB Progress (1): 41/332 kB Progress (1): 43/332 kB Progress (1): 45/332 kB Progress (1): 47/332 kB Progress (1): 49/332 kB Progress (1): 51/332 kB Progress (1): 53/332 kB Progress (1): 55/332 kB Progress (1): 57/332 kB Progress (1): 59/332 kB Progress (1): 61/332 kB Progress (1): 63/332 kB Progress (1): 66/332 kB Progress (1): 68/332 kB Progress (1): 70/332 kB Progress (1): 72/332 kB Progress (1): 74/332 kB Progress (1): 76/332 kB Progress (1): 78/332 kB Progress (1): 80/332 kB Progress (1): 82/332 kB Progress (1): 84/332 kB Progress (1): 86/332 kB Progress (1): 88/332 kB Progress (1): 90/332 kB Progress (1): 92/332 kB Progress (1): 94/332 kB Progress (1): 96/332 kB Progress (1): 98/332 kB Progress (1): 100/332 kB Progress (1): 102/332 kB Progress (1): 104/332 kB Progress (1): 106/332 kB Progress (1): 109/332 kB Progress (1): 111/332 kB Progress (1): 113/332 kB Progress (1): 115/332 kB Progress (1): 117/332 kB Progress (1): 119/332 kB Progress (1): 121/332 kB Progress (1): 123/332 kB Progress (1): 125/332 kB Progress (1): 127/332 kB Progress (1): 129/332 kB Progress (1): 131/332 kB Progress (1): 133/332 kB Progress (1): 135/332 kB Progress (1): 137/332 kB Progress (1): 139/332 kB Progress (1): 141/332 kB Progress (1): 143/332 kB Progress (1): 145/332 kB Progress (1): 147/332 kB Progress (1): 150/332 kB Progress (1): 152/332 kB Progress (1): 154/332 kB Progress (1): 156/332 kB Progress (1): 158/332 kB Progress (1): 160/332 kB Progress (1): 162/332 kB Progress (1): 164/332 kB Progress (1): 166/332 kB Progress (1): 168/332 kB Progress (1): 170/332 kB Progress (1): 172/332 kB Progress (1): 174/332 kB Progress (1): 176/332 kB Progress (1): 178/332 kB Progress (1): 180/332 kB Progress (1): 182/332 kB Progress (1): 184/332 kB Progress (1): 186/332 kB Progress (1): 188/332 kB Progress (1): 190/332 kB Progress (1): 193/332 kB Progress (1): 195/332 kB Progress (1): 197/332 kB Progress (1): 199/332 kB Progress (1): 201/332 kB Progress (1): 203/332 kB Progress (1): 205/332 kB Progress (1): 207/332 kB Progress (1): 209/332 kB Progress (1): 211/332 kB Progress (1): 213/332 kB Progress (1): 215/332 kB Progress (1): 217/332 kB Progress (1): 219/332 kB Progress (1): 221/332 kB Progress (1): 223/332 kB Progress (1): 225/332 kB Progress (1): 227/332 kB Progress (1): 229/332 kB Progress (1): 231/332 kB Progress (1): 233/332 kB Progress (1): 236/332 kB Progress (1): 238/332 kB Progress (1): 240/332 kB Progress (1): 242/332 kB Progress (1): 244/332 kB Progress (1): 246/332 kB Progress (1): 248/332 kB Progress (1): 250/332 kB Progress (1): 252/332 kB Progress (1): 254/332 kB Progress (1): 256/332 kB Progress (1): 258/332 kB Progress (1): 260/332 kB Progress (1): 262/332 kB Progress (1): 264/332 kB Progress (1): 266/332 kB Progress (1): 268/332 kB Progress (1): 270/332 kB Progress (1): 272/332 kB Progress (1): 274/332 kB Progress (1): 276/332 kB Progress (1): 279/332 kB Progress (1): 281/332 kB Progress (1): 283/332 kB Progress (1): 285/332 kB Progress (1): 287/332 kB Progress (1): 289/332 kB Progress (1): 291/332 kB Progress (1): 293/332 kB Progress (1): 295/332 kB Progress (1): 297/332 kB Progress (1): 299/332 kB Progress (1): 301/332 kB Progress (1): 303/332 kB Progress (1): 305/332 kB Progress (1): 307/332 kB Progress (1): 309/332 kB Progress (1): 311/332 kB Progress (1): 313/332 kB Progress (1): 315/332 kB Progress (1): 317/332 kB Progress (1): 319/332 kB Progress (1): 322/332 kB Progress (1): 324/332 kB Progress (1): 326/332 kB Progress (1): 328/332 kB Progress (1): 330/332 kB Progress (1): 332/332 kB Progress (1): 332 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6.jar (332 kB at 5.5 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6.pom Progress (1): 2.0/3.9 kB Progress (1): 3.9 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6.pom (3.9 kB at 146 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 416 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (416 B at 26 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 416 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (416 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (452 B at 5.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (452 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6-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 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6-javadoc.jar (1.1 MB at 9.6 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 452 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (452 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (452 B at 8.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6-sources.jar Progress (1): 2.0/271 kB Progress (1): 4.1/271 kB Progress (1): 6.1/271 kB Progress (1): 8.2/271 kB Progress (1): 10/271 kB Progress (1): 12/271 kB Progress (1): 14/271 kB Progress (1): 16/271 kB Progress (1): 18/271 kB Progress (1): 20/271 kB Progress (1): 23/271 kB Progress (1): 25/271 kB Progress (1): 27/271 kB Progress (1): 29/271 kB Progress (1): 31/271 kB Progress (1): 33/271 kB Progress (1): 35/271 kB Progress (1): 37/271 kB Progress (1): 39/271 kB Progress (1): 41/271 kB Progress (1): 43/271 kB Progress (1): 45/271 kB Progress (1): 47/271 kB Progress (1): 49/271 kB Progress (1): 51/271 kB Progress (1): 53/271 kB Progress (1): 55/271 kB Progress (1): 57/271 kB Progress (1): 59/271 kB Progress (1): 61/271 kB Progress (1): 63/271 kB Progress (1): 66/271 kB Progress (1): 68/271 kB Progress (1): 70/271 kB Progress (1): 72/271 kB Progress (1): 74/271 kB Progress (1): 76/271 kB Progress (1): 78/271 kB Progress (1): 80/271 kB Progress (1): 82/271 kB Progress (1): 84/271 kB Progress (1): 86/271 kB Progress (1): 88/271 kB Progress (1): 90/271 kB Progress (1): 92/271 kB Progress (1): 94/271 kB Progress (1): 96/271 kB Progress (1): 98/271 kB Progress (1): 100/271 kB Progress (1): 102/271 kB Progress (1): 104/271 kB Progress (1): 106/271 kB Progress (1): 109/271 kB Progress (1): 111/271 kB Progress (1): 113/271 kB Progress (1): 115/271 kB Progress (1): 117/271 kB Progress (1): 119/271 kB Progress (1): 121/271 kB Progress (1): 123/271 kB Progress (1): 125/271 kB Progress (1): 127/271 kB Progress (1): 129/271 kB Progress (1): 131/271 kB Progress (1): 133/271 kB Progress (1): 135/271 kB Progress (1): 137/271 kB Progress (1): 139/271 kB Progress (1): 141/271 kB Progress (1): 143/271 kB Progress (1): 145/271 kB Progress (1): 147/271 kB Progress (1): 150/271 kB Progress (1): 152/271 kB Progress (1): 154/271 kB Progress (1): 156/271 kB Progress (1): 158/271 kB Progress (1): 160/271 kB Progress (1): 162/271 kB Progress (1): 164/271 kB Progress (1): 166/271 kB Progress (1): 168/271 kB Progress (1): 170/271 kB Progress (1): 172/271 kB Progress (1): 174/271 kB Progress (1): 176/271 kB Progress (1): 178/271 kB Progress (1): 180/271 kB Progress (1): 182/271 kB Progress (1): 184/271 kB Progress (1): 186/271 kB Progress (1): 188/271 kB Progress (1): 190/271 kB Progress (1): 193/271 kB Progress (1): 195/271 kB Progress (1): 197/271 kB Progress (1): 199/271 kB Progress (1): 201/271 kB Progress (1): 203/271 kB Progress (1): 205/271 kB Progress (1): 207/271 kB Progress (1): 209/271 kB Progress (1): 211/271 kB Progress (1): 213/271 kB Progress (1): 215/271 kB Progress (1): 217/271 kB Progress (1): 219/271 kB Progress (1): 221/271 kB Progress (1): 223/271 kB Progress (1): 225/271 kB Progress (1): 227/271 kB Progress (1): 229/271 kB Progress (1): 231/271 kB Progress (1): 233/271 kB Progress (1): 236/271 kB Progress (1): 238/271 kB Progress (1): 240/271 kB Progress (1): 242/271 kB Progress (1): 244/271 kB Progress (1): 246/271 kB Progress (1): 248/271 kB Progress (1): 250/271 kB Progress (1): 252/271 kB Progress (1): 254/271 kB Progress (1): 256/271 kB Progress (1): 258/271 kB Progress (1): 260/271 kB Progress (1): 262/271 kB Progress (1): 264/271 kB Progress (1): 266/271 kB Progress (1): 268/271 kB Progress (1): 270/271 kB Progress (1): 271 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC6/appng-api-1.18.0-RC6-sources.jar (271 kB at 5.8 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 452 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (452 B at 28 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (452 B at 18 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.18.0-RC6 [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] [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:2.20:test (default-test) @ appng-testsupport --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.testsupport.TestBaseTest 2018-12-11 12:22:41,195 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] 2018-12-11 12:22:41,209 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1da51a35, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@16022d9d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7e9a5fbe, org.springframework.test.context.support.DirtiesContextTestExecutionListener@44a3ec6b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@71623278, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@768b970c] 2018-12-11 12:22:41,283 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-12-11 12:22:41,445 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@12028586: startup date [Tue Dec 11 12:22:41 CET 2018]; root of context hierarchy 2018-12-11 12:22:42,491 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@12028586: startup date [Tue Dec 11 12:22:41 CET 2018]; root of context hierarchy [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.564 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.736 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.02 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.239 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.042 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.014 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.18.0-RC6.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: http://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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6.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.18.0-RC6/appng-testsupport-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-testsupport --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6.jar Progress (1): 2.0/57 kB Progress (1): 4.1/57 kB Progress (1): 6.1/57 kB Progress (1): 8.2/57 kB Progress (1): 10/57 kB Progress (1): 12/57 kB Progress (1): 14/57 kB Progress (1): 16/57 kB Progress (1): 18/57 kB Progress (1): 20/57 kB Progress (1): 23/57 kB Progress (1): 25/57 kB Progress (1): 27/57 kB Progress (1): 29/57 kB Progress (1): 31/57 kB Progress (1): 33/57 kB Progress (1): 35/57 kB Progress (1): 37/57 kB Progress (1): 39/57 kB Progress (1): 41/57 kB Progress (1): 43/57 kB Progress (1): 45/57 kB Progress (1): 47/57 kB Progress (1): 49/57 kB Progress (1): 51/57 kB Progress (1): 53/57 kB Progress (1): 55/57 kB Progress (1): 57 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6.jar (57 kB at 933 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6.pom (2.2 kB at 30 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 424 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (424 B at 30 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 424 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (424 B at 47 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (460 B at 7.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (460 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6-javadoc.jar Progress (1): 2.0/161 kB Progress (1): 4.1/161 kB Progress (1): 6.1/161 kB Progress (1): 8.2/161 kB Progress (1): 10/161 kB Progress (1): 12/161 kB Progress (1): 14/161 kB Progress (1): 16/161 kB Progress (1): 18/161 kB Progress (1): 20/161 kB Progress (1): 23/161 kB Progress (1): 25/161 kB Progress (1): 27/161 kB Progress (1): 29/161 kB Progress (1): 31/161 kB Progress (1): 33/161 kB Progress (1): 35/161 kB Progress (1): 37/161 kB Progress (1): 39/161 kB Progress (1): 41/161 kB Progress (1): 43/161 kB Progress (1): 45/161 kB Progress (1): 47/161 kB Progress (1): 49/161 kB Progress (1): 51/161 kB Progress (1): 53/161 kB Progress (1): 55/161 kB Progress (1): 57/161 kB Progress (1): 59/161 kB Progress (1): 61/161 kB Progress (1): 63/161 kB Progress (1): 66/161 kB Progress (1): 68/161 kB Progress (1): 70/161 kB Progress (1): 72/161 kB Progress (1): 74/161 kB Progress (1): 76/161 kB Progress (1): 78/161 kB Progress (1): 80/161 kB Progress (1): 82/161 kB Progress (1): 84/161 kB Progress (1): 86/161 kB Progress (1): 88/161 kB Progress (1): 90/161 kB Progress (1): 92/161 kB Progress (1): 94/161 kB Progress (1): 96/161 kB Progress (1): 98/161 kB Progress (1): 100/161 kB Progress (1): 102/161 kB Progress (1): 104/161 kB Progress (1): 106/161 kB Progress (1): 109/161 kB Progress (1): 111/161 kB Progress (1): 113/161 kB Progress (1): 115/161 kB Progress (1): 117/161 kB Progress (1): 119/161 kB Progress (1): 121/161 kB Progress (1): 123/161 kB Progress (1): 125/161 kB Progress (1): 127/161 kB Progress (1): 129/161 kB Progress (1): 131/161 kB Progress (1): 133/161 kB Progress (1): 135/161 kB Progress (1): 137/161 kB Progress (1): 139/161 kB Progress (1): 141/161 kB Progress (1): 143/161 kB Progress (1): 145/161 kB Progress (1): 147/161 kB Progress (1): 150/161 kB Progress (1): 152/161 kB Progress (1): 154/161 kB Progress (1): 156/161 kB Progress (1): 158/161 kB Progress (1): 160/161 kB Progress (1): 161 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6-javadoc.jar (161 kB at 3.3 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 460 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (460 B at 46 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (460 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6-sources.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://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC6/appng-testsupport-1.18.0-RC6-sources.jar (36 kB at 1.1 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 460 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (460 B at 33 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (460 B at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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:2.20: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.147 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.01 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.271 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.18.0-RC6.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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6.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.18.0-RC6/appng-rest-api-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-rest-api --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6.jar (82 kB at 2.0 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6.pom Progress (1): 2.0/4.2 kB Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6.pom (4.2 kB at 90 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 421 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (421 B at 16 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 421 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (421 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (457 B at 4.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (457 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6-javadoc.jar (275 kB at 3.3 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 457 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (457 B at 42 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (457 B at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC6/appng-rest-api-1.18.0-RC6-sources.jar (53 kB at 840 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 457 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (457 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 457 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (457 B at 17 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.18.0-RC6 [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] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: Recompile with -Xlint:deprecation for details. [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 11 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-persistence --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2018-12-11 12:23:03,907 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fc6f14e: startup date [Tue Dec 11 12:23:03 CET 2018]; root of context hierarchy 2018-12-11 12:23:04,387 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') 2018-12-11 12:23:04,387 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:04,410 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:04,573 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-12-11 12:23:04,574 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-12-11 12:23:04,627 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-12-11 12:23:04,789 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:04,794 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:04,799 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:04,799 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:04,802 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:05,204 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:05,265 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:06,750 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-12-11 12:23:07,383 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4860827a] 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. 2018-12-11 12:23:07,385 WARN [main] org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl: GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlString(SchemaDropperImpl.java:375) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlStrings(SchemaDropperImpl.java:359) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applyConstraintDropping(SchemaDropperImpl.java:331) at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:230) at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:154) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:126) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:112) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:144) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:313) at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:452) at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889) at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:151) at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:370) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:359) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1078) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:57) 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.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: PUBLIC.ENVERSTESTENTITY_AUD at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source) at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ... 53 more Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: PUBLIC.ENVERSTESTENTITY_AUD at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.SchemaManager.getUserTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlterTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlter(Unknown Source) at org.hsqldb.ParserCommand.compilePart(Unknown Source) at org.hsqldb.ParserCommand.compileStatements(Unknown Source) at org.hsqldb.Session.executeDirectStatement(Unknown Source) at org.hsqldb.Session.execute(Unknown Source) ... 56 more 2018-12-11 12:23:07,389 WARN [main] org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl: GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlString(SchemaDropperImpl.java:375) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlStrings(SchemaDropperImpl.java:359) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applyConstraintDropping(SchemaDropperImpl.java:331) at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:230) at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:154) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:126) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:112) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:144) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:313) at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:452) at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889) at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:151) at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:370) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:359) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1078) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:57) 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.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: PUBLIC.TESTENTITY_AUD at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source) at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ... 53 more Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: PUBLIC.TESTENTITY_AUD at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.SchemaManager.getUserTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlterTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlter(Unknown Source) at org.hsqldb.ParserCommand.compilePart(Unknown Source) at org.hsqldb.ParserCommand.compileStatements(Unknown Source) at org.hsqldb.Session.executeDirectStatement(Unknown Source) at org.hsqldb.Session.execute(Unknown Source) ... 56 more 2018-12-11 12:23:07,393 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f521c4] 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. 2018-12-11 12:23:07,400 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:07,409 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:07,955 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:08,094 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fc6f14e: startup date [Tue Dec 11 12:23:03 CET 2018]; root of context hierarchy 2018-12-11 12:23:08,094 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:08,095 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:08,099 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7d0100ea: startup date [Tue Dec 11 12:23:08 CET 2018]; root of context hierarchy 2018-12-11 12:23:08,155 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') 2018-12-11 12:23:08,155 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:08,155 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:08,164 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:08,164 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:08,164 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:08,164 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:08,164 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:08,165 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:08,169 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:08,700 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@675b18ff] 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. 2018-12-11 12:23:08,704 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3fb450d7] 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. 2018-12-11 12:23:08,708 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:08,713 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:08,782 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:08,821 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7d0100ea: startup date [Tue Dec 11 12:23:08 CET 2018]; root of context hierarchy 2018-12-11 12:23:08,821 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:08,822 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:08,827 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@29d070c7: startup date [Tue Dec 11 12:23:08 CET 2018]; root of context hierarchy 2018-12-11 12:23:08,899 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') 2018-12-11 12:23:08,899 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:08,899 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:08,910 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:08,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:08,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:08,910 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:08,911 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:08,912 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:08,916 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:09,449 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1a7163e3] 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. 2018-12-11 12:23:09,452 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b96f8b0] 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. 2018-12-11 12:23:09,456 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:09,461 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:09,521 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:09,534 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@29d070c7: startup date [Tue Dec 11 12:23:08 CET 2018]; root of context hierarchy 2018-12-11 12:23:09,535 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:09,535 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:09,538 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3f3c8b60: startup date [Tue Dec 11 12:23:09 CET 2018]; root of context hierarchy 2018-12-11 12:23:09,598 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') 2018-12-11 12:23:09,599 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:09,599 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:09,608 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:09,609 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:09,609 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:09,609 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:09,609 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:09,610 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:09,614 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:10,155 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@31d4b3e8] 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. 2018-12-11 12:23:10,157 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@29c59b6e] 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. 2018-12-11 12:23:10,161 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:10,165 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:10,214 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:10,225 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3f3c8b60: startup date [Tue Dec 11 12:23:09 CET 2018]; root of context hierarchy 2018-12-11 12:23:10,225 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:10,226 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:10,228 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6c24f61d: startup date [Tue Dec 11 12:23:10 CET 2018]; root of context hierarchy 2018-12-11 12:23:10,272 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') 2018-12-11 12:23:10,272 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:10,272 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:10,280 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:10,280 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:10,280 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:10,280 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:10,280 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:10,281 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:10,284 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:10,766 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4db46344] 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. 2018-12-11 12:23:10,768 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c41b8d8] 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. 2018-12-11 12:23:10,772 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:10,776 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:10,822 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:10,833 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6c24f61d: startup date [Tue Dec 11 12:23:10 CET 2018]; root of context hierarchy 2018-12-11 12:23:10,833 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:10,833 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:10,840 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@70169464: startup date [Tue Dec 11 12:23:10 CET 2018]; root of context hierarchy 2018-12-11 12:23:10,887 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') 2018-12-11 12:23:10,887 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:10,887 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:10,894 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:10,894 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:10,895 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:10,895 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:10,895 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:10,896 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:10,899 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:11,385 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ebd8d2] 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. 2018-12-11 12:23:11,388 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@360a3106] 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. 2018-12-11 12:23:11,391 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:11,395 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:11,438 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:11,452 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@70169464: startup date [Tue Dec 11 12:23:10 CET 2018]; root of context hierarchy 2018-12-11 12:23:11,453 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:11,453 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:11,456 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34fc315d: startup date [Tue Dec 11 12:23:11 CET 2018]; root of context hierarchy 2018-12-11 12:23:11,498 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') 2018-12-11 12:23:11,498 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:11,498 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:11,505 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:11,505 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:11,505 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:11,505 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:11,506 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:11,507 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:11,510 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:12,008 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f9e8af5] 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. 2018-12-11 12:23:12,011 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@18f13756] 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. 2018-12-11 12:23:12,015 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:12,019 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:12,062 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:12,071 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@34fc315d: startup date [Tue Dec 11 12:23:11 CET 2018]; root of context hierarchy 2018-12-11 12:23:12,072 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:12,072 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:12,075 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e2718b3: startup date [Tue Dec 11 12:23:12 CET 2018]; root of context hierarchy 2018-12-11 12:23:12,116 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') 2018-12-11 12:23:12,117 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:12,117 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:12,124 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:12,124 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:12,125 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:12,125 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:12,125 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:12,126 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:12,129 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:12,607 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@23e0c200] 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. 2018-12-11 12:23:12,609 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28515443] 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. 2018-12-11 12:23:12,613 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:12,617 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:12,662 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:12,682 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e2718b3: startup date [Tue Dec 11 12:23:12 CET 2018]; root of context hierarchy 2018-12-11 12:23:12,683 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:12,683 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:12,687 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@57ab4b33: startup date [Tue Dec 11 12:23:12 CET 2018]; root of context hierarchy 2018-12-11 12:23:12,732 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') 2018-12-11 12:23:12,732 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:12,733 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:12,740 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:12,740 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:12,740 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:12,740 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:12,740 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:12,742 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:12,746 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:13,236 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e7151b3] 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. 2018-12-11 12:23:13,238 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c86b0ea] 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. 2018-12-11 12:23:13,242 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:13,247 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:13,301 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:13,311 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@57ab4b33: startup date [Tue Dec 11 12:23:12 CET 2018]; root of context hierarchy 2018-12-11 12:23:13,312 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:13,312 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:13,315 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@245b0bd7: startup date [Tue Dec 11 12:23:13 CET 2018]; root of context hierarchy 2018-12-11 12:23:13,368 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') 2018-12-11 12:23:13,369 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:13,369 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:13,377 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:13,377 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:13,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:13,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:13,378 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:13,379 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:13,383 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:13,921 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60256d1b] 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. 2018-12-11 12:23:13,923 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@26f07261] 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. 2018-12-11 12:23:13,927 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:13,930 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:13,970 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:13,978 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@245b0bd7: startup date [Tue Dec 11 12:23:13 CET 2018]; root of context hierarchy 2018-12-11 12:23:13,978 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:13,979 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:13,981 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6cac0334: startup date [Tue Dec 11 12:23:13 CET 2018]; root of context hierarchy 2018-12-11 12:23:14,025 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') 2018-12-11 12:23:14,025 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:14,025 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:14,032 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:14,032 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:14,033 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:14,033 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:14,033 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:14,033 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:14,037 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:14,496 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1d5fc340] 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. 2018-12-11 12:23:14,498 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@75c30a4f] 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. 2018-12-11 12:23:14,502 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:14,506 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:14,546 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:14,605 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6cac0334: startup date [Tue Dec 11 12:23:13 CET 2018]; root of context hierarchy 2018-12-11 12:23:14,605 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:14,605 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:14,608 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f2d0ca2: startup date [Tue Dec 11 12:23:14 CET 2018]; root of context hierarchy 2018-12-11 12:23:14,652 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') 2018-12-11 12:23:14,652 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:14,652 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:14,662 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:14,663 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:14,663 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:14,663 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:14,663 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:14,664 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:14,668 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:15,138 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@16422f27] 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. 2018-12-11 12:23:15,140 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7053a864] 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. 2018-12-11 12:23:15,143 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:15,146 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:15,187 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:15,221 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f2d0ca2: startup date [Tue Dec 11 12:23:14 CET 2018]; root of context hierarchy 2018-12-11 12:23:15,222 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:15,222 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:15,225 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3956e933: startup date [Tue Dec 11 12:23:15 CET 2018]; root of context hierarchy 2018-12-11 12:23:15,275 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') 2018-12-11 12:23:15,275 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:15,276 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:15,284 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:15,284 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:15,285 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:15,285 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:15,285 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:15,288 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:15,292 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:15,803 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@30fffb53] 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. 2018-12-11 12:23:15,805 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@487f025] 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. 2018-12-11 12:23:15,808 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:15,812 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:15,853 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:15,880 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3956e933: startup date [Tue Dec 11 12:23:15 CET 2018]; root of context hierarchy 2018-12-11 12:23:15,880 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:15,880 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:15,883 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@14a3a66c: startup date [Tue Dec 11 12:23:15 CET 2018]; root of context hierarchy 2018-12-11 12:23:15,923 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') 2018-12-11 12:23:15,924 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:15,924 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:15,930 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:15,930 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:15,930 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:15,930 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:15,930 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:15,931 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:15,934 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:16,434 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ff5711b] 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. 2018-12-11 12:23:16,436 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@49c74506] 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. 2018-12-11 12:23:16,439 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:16,443 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:16,482 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:16,490 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@14a3a66c: startup date [Tue Dec 11 12:23:15 CET 2018]; root of context hierarchy 2018-12-11 12:23:16,490 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:16,491 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:16,494 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5afbbf9b: startup date [Tue Dec 11 12:23:16 CET 2018]; root of context hierarchy 2018-12-11 12:23:16,534 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') 2018-12-11 12:23:16,535 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:16,535 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:16,541 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:16,541 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:16,542 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:16,542 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:16,542 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:16,542 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:16,545 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:17,040 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6d4f1a44] 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. 2018-12-11 12:23:17,042 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@51b1732d] 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. 2018-12-11 12:23:17,045 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:17,050 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:17,094 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:17,108 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5afbbf9b: startup date [Tue Dec 11 12:23:16 CET 2018]; root of context hierarchy 2018-12-11 12:23:17,108 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:17,109 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:17,112 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6df8131c: startup date [Tue Dec 11 12:23:17 CET 2018]; root of context hierarchy 2018-12-11 12:23:17,186 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') 2018-12-11 12:23:17,186 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:17,186 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:17,195 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:17,196 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:17,196 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:17,196 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:17,196 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:17,197 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:17,201 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:17,817 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6efa2e06] 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. 2018-12-11 12:23:17,819 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@13b409bb] 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. 2018-12-11 12:23:17,822 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:17,826 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:17,871 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:17,879 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6df8131c: startup date [Tue Dec 11 12:23:17 CET 2018]; root of context hierarchy 2018-12-11 12:23:17,879 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:17,880 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: 14.282 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest 2018-12-11 12:23:17,911 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:17,918 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:17,919 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:17,919 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:17,919 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:17,919 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:17,920 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:17,922 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:18,366 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a4137a2] 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. 2018-12-11 12:23:18,368 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5a41183b] 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. 2018-12-11 12:23:18,370 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:18,374 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:18,401 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:18,407 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:18,407 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:18,407 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:18,407 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:18,407 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:18,414 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:18,416 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:18,856 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7a6433f3] 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. 2018-12-11 12:23:18,858 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34723cfe] 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. 2018-12-11 12:23:18,860 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:18,865 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:18,876 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:18,881 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:18,882 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:18,882 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:18,882 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:18,882 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:18,882 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:18,884 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:19,310 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@66beb02d] 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. 2018-12-11 12:23:19,312 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3d118651] 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. 2018-12-11 12:23:19,314 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:19,319 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:19,334 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:19,340 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:19,340 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:19,340 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:19,340 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:19,340 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:19,342 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:19,344 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:19,776 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@52ac4878] 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. 2018-12-11 12:23:19,777 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11987483] 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. 2018-12-11 12:23:19,780 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:19,784 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:19,795 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:19,800 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:19,800 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:19,801 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:19,801 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:19,801 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:19,806 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:19,808 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:20,240 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@200257b8] 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. 2018-12-11 12:23:20,242 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3e83ab7b] 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. 2018-12-11 12:23:20,245 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:20,249 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest 2018-12-11 12:23:20,262 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f27b6fc: startup date [Tue Dec 11 12:23:20 CET 2018]; root of context hierarchy 2018-12-11 12:23:20,306 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') 2018-12-11 12:23:20,306 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:20,306 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:20,314 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:20,314 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:20,314 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:20,314 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:20,315 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:20,315 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:20,317 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:20,751 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b418ca2] 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. 2018-12-11 12:23:20,753 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2558c3fb] 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. 2018-12-11 12:23:20,755 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:20,759 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:20,863 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:20,875 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f27b6fc: startup date [Tue Dec 11 12:23:20 CET 2018]; root of context hierarchy 2018-12-11 12:23:20,875 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:20,875 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.615 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest 2018-12-11 12:23:20,881 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f22049d: startup date [Tue Dec 11 12:23:20 CET 2018]; root of context hierarchy 2018-12-11 12:23:20,939 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') 2018-12-11 12:23:20,939 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:20,939 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:20,948 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:20,948 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-12-11 12:23:20,949 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:20,949 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:20,949 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:20,950 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:23:20,953 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:21,395 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5910aa2e] 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. 2018-12-11 12:23:21,397 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35c630af] 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. 2018-12-11 12:23:21,399 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-12-11 12:23:21,403 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:21,457 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:23:21,487 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f22049d: startup date [Tue Dec 11 12:23:20 CET 2018]; root of context hierarchy 2018-12-11 12:23:21,487 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.611 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, 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.18.0-RC6.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/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-data-jpa/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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. [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/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/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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6.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.18.0-RC6/appng-persistence-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-persistence --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6.jar Progress (1): 2.0/23 kB Progress (1): 4.1/23 kB Progress (1): 6.1/23 kB Progress (1): 8.2/23 kB Progress (1): 10/23 kB Progress (1): 12/23 kB Progress (1): 14/23 kB Progress (1): 16/23 kB Progress (1): 18/23 kB Progress (1): 20/23 kB Progress (1): 23/23 kB Progress (1): 23 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6.jar (23 kB at 434 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6.pom (2.5 kB at 10 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 424 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (424 B at 22 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 424 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (424 B at 3.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (460 B at 8.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (460 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6-javadoc.jar Progress (1): 2.0/105 kB Progress (1): 4.1/105 kB Progress (1): 6.1/105 kB Progress (1): 8.2/105 kB Progress (1): 10/105 kB Progress (1): 12/105 kB Progress (1): 14/105 kB Progress (1): 16/105 kB Progress (1): 18/105 kB Progress (1): 20/105 kB Progress (1): 23/105 kB Progress (1): 25/105 kB Progress (1): 27/105 kB Progress (1): 29/105 kB Progress (1): 31/105 kB Progress (1): 33/105 kB Progress (1): 35/105 kB Progress (1): 37/105 kB Progress (1): 39/105 kB Progress (1): 41/105 kB Progress (1): 43/105 kB Progress (1): 45/105 kB Progress (1): 47/105 kB Progress (1): 49/105 kB Progress (1): 51/105 kB Progress (1): 53/105 kB Progress (1): 55/105 kB Progress (1): 57/105 kB Progress (1): 59/105 kB Progress (1): 61/105 kB Progress (1): 63/105 kB Progress (1): 66/105 kB Progress (1): 68/105 kB Progress (1): 70/105 kB Progress (1): 72/105 kB Progress (1): 74/105 kB Progress (1): 76/105 kB Progress (1): 78/105 kB Progress (1): 80/105 kB Progress (1): 82/105 kB Progress (1): 84/105 kB Progress (1): 86/105 kB Progress (1): 88/105 kB Progress (1): 90/105 kB Progress (1): 92/105 kB Progress (1): 94/105 kB Progress (1): 96/105 kB Progress (1): 98/105 kB Progress (1): 100/105 kB Progress (1): 102/105 kB Progress (1): 104/105 kB Progress (1): 105 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6-javadoc.jar (105 kB at 1.8 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 460 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (460 B at 42 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (460 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC6/appng-persistence-1.18.0-RC6-sources.jar (21 kB at 472 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 460 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (460 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (460 B at 23 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.18.0-RC6 [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:2.20:test (default-test) @ appng-search --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.search.indexer.StandardSearcherTest 2018-12-11 12:23:32,802 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2018-12-11 12:23:32,811 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2018-12-11 12:23:32,839 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-12-11 12:23:32,963 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-12-11 12:23:32,965 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-12-11 12:23:32,965 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-12-11 12:23:32,965 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-12-11 12:23:32,969 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-12-11 12:23:32,970 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 136ms Dec 11, 2018 12:23:33 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: JBIG2ImageReader not loaded. jbig2 files will be ignored See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. TIFFImageWriter not loaded. tiff files will not be processed See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. J2KImageReader not loaded. JPEG2000 files will not be processed. See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. Dec 11, 2018 12:23:33 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. 2018-12-11 12:23:34,297 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt 2018-12-11 12:23:34,300 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1330ms 2018-12-11 12:23:34,303 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-12-11 12:23:34,305 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-12-11 12:23:34,306 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-12-11 12:23:34,306 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-12-11 12:23:34,306 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-12-11 12:23:34,306 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-12-11 12:23:34,307 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 4ms 2018-12-11 12:23:34,331 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2018-12-11 12:23:34,332 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 25ms 2018-12-11 12:23:34,352 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2018-12-11 12:23:34,352 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 20ms 2018-12-11 12:23:34,353 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-12-11 12:23:34,354 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2018-12-11 12:23:34,354 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2018-12-11 12:23:34,355 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-12-11 12:23:34,355 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 2ms 2018-12-11 12:23:34,355 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 1543 milliseconds 2018-12-11 12:23:34,529 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#133571850 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2018-12-11 12:23:34,532 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-12-11 12:23:36,561 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#133571850 2018-12-11 12:23:36,561 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) 2018-12-11 12:23:36,561 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#133571850, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-12-11 12:23:36,567 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@7f6250a 2018-12-11 12:23:36,568 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2018-12-11 12:23:36,568 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@468e889 2018-12-11 12:23:36,574 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#470845357 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2018-12-11 12:23:36,651 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2018-12-11 12:23:36,651 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [77ms] CREATE, query: +id:/de/42.jsp +type:jsp 2018-12-11 12:23:36,654 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2018-12-11 12:23:36,654 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/de/42.txt +type:txt 2018-12-11 12:23:38,760 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#470845357 2018-12-11 12:23:38,761 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) 2018-12-11 12:23:38,761 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#470845357, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-12-11 12:23:38,761 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@1c1087ad 2018-12-11 12:23:38,761 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2018-12-11 12:23:38,761 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@468e889 2018-12-11 12:23:38,767 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1326067850 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2018-12-11 12:23:38,797 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2018-12-11 12:23:38,797 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [11ms] CREATE, query: +id:/en/42.jsp +type:jsp 2018-12-11 12:23:38,800 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2018-12-11 12:23:38,800 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/en/42.txt +type:txt 2018-12-11 12:23:38,801 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2018-12-11 12:23:38,801 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/foobar.txt +type:txt 2018-12-11 12:23:38,801 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2018-12-11 12:23:38,801 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [0ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2018-12-11 12:23:40,852 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1326067850 2018-12-11 12:23:40,852 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) 2018-12-11 12:23:40,852 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1326067850, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-12-11 12:23:40,853 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@4f0a308a 2018-12-11 12:23:40,853 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.2):c2) 2018-12-11 12:23:40,853 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@468e889 2018-12-11 12:23:41,058 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2018-12-11 12:23:42,087 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2018-12-11 12:23:42,114 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2018-12-11 12:23:42,131 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.854 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2018-12-11 12:23:42,139 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-12-11 12:23:42,139 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2018-12-11 12:23:42,139 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2018-12-11 12:23:42,139 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-12-11 12:23:42,139 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2018-12-11 12:23:42,140 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-12-11 12:23:42,141 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-12-11 12:23:42,142 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-12-11 12:23:42,142 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-12-11 12:23:42,143 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-12-11 12:23:42,143 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2018-12-11 12:23:42,144 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2018-12-11 12:23:42,144 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.002 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.18.0-RC6.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: http://freemarker.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: 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: http://commons.apache.org/proper/commons-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6.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.18.0-RC6/appng-search-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-search --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6.jar (54 kB at 797 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6.pom (2.3 kB at 48 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (419 B at 38 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (419 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (455 B at 9.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (455 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6-javadoc.jar Progress (1): 2.0/197 kB Progress (1): 4.1/197 kB Progress (1): 6.1/197 kB Progress (1): 8.2/197 kB Progress (1): 10/197 kB Progress (1): 12/197 kB Progress (1): 14/197 kB Progress (1): 16/197 kB Progress (1): 18/197 kB Progress (1): 20/197 kB Progress (1): 23/197 kB Progress (1): 25/197 kB Progress (1): 27/197 kB Progress (1): 29/197 kB Progress (1): 31/197 kB Progress (1): 33/197 kB Progress (1): 35/197 kB Progress (1): 37/197 kB Progress (1): 39/197 kB Progress (1): 41/197 kB Progress (1): 43/197 kB Progress (1): 45/197 kB Progress (1): 47/197 kB Progress (1): 49/197 kB Progress (1): 51/197 kB Progress (1): 53/197 kB Progress (1): 55/197 kB Progress (1): 57/197 kB Progress (1): 59/197 kB Progress (1): 61/197 kB Progress (1): 63/197 kB Progress (1): 66/197 kB Progress (1): 68/197 kB Progress (1): 70/197 kB Progress (1): 72/197 kB Progress (1): 74/197 kB Progress (1): 76/197 kB Progress (1): 78/197 kB Progress (1): 80/197 kB Progress (1): 82/197 kB Progress (1): 84/197 kB Progress (1): 86/197 kB Progress (1): 88/197 kB Progress (1): 90/197 kB Progress (1): 92/197 kB Progress (1): 94/197 kB Progress (1): 96/197 kB Progress (1): 98/197 kB Progress (1): 100/197 kB Progress (1): 102/197 kB Progress (1): 104/197 kB Progress (1): 106/197 kB Progress (1): 109/197 kB Progress (1): 111/197 kB Progress (1): 113/197 kB Progress (1): 115/197 kB Progress (1): 117/197 kB Progress (1): 119/197 kB Progress (1): 121/197 kB Progress (1): 123/197 kB Progress (1): 125/197 kB Progress (1): 127/197 kB Progress (1): 129/197 kB Progress (1): 131/197 kB Progress (1): 133/197 kB Progress (1): 135/197 kB Progress (1): 137/197 kB Progress (1): 139/197 kB Progress (1): 141/197 kB Progress (1): 143/197 kB Progress (1): 145/197 kB Progress (1): 147/197 kB Progress (1): 150/197 kB Progress (1): 152/197 kB Progress (1): 154/197 kB Progress (1): 156/197 kB Progress (1): 158/197 kB Progress (1): 160/197 kB Progress (1): 162/197 kB Progress (1): 164/197 kB Progress (1): 166/197 kB Progress (1): 168/197 kB Progress (1): 170/197 kB Progress (1): 172/197 kB Progress (1): 174/197 kB Progress (1): 176/197 kB Progress (1): 178/197 kB Progress (1): 180/197 kB Progress (1): 182/197 kB Progress (1): 184/197 kB Progress (1): 186/197 kB Progress (1): 188/197 kB Progress (1): 190/197 kB Progress (1): 193/197 kB Progress (1): 195/197 kB Progress (1): 197/197 kB Progress (1): 197 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6-javadoc.jar (197 kB at 4.8 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 455 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (455 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (455 B at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC6/appng-search-1.18.0-RC6-sources.jar (39 kB at 839 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 455 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (455 B at 41 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (455 B at 24 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.18.0-RC6 [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 78 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 175 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/security/DefaultPasswordPolicy.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.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 77 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 78 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20: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.073 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.757 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.003 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2018-12-11 12:23:53,460 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1989811701 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:23:53,475 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2018-12-11 12:23:53,477 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2003463579 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:23:53,478 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2018-12-11 12:23:53,479 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1020155847 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:23:53,479 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2018-12-11 12:23:53,480 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#40170008 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:23:53,480 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#896982466) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.appng.core.domain.SiteImplTest [INFO] Running org.appng.core.security.BCryptPasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.693 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.014 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DigestValidatorTest 2018-12-11 12:23:56,212 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-12-11 12:23:56,213 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 7199788, maximum is 3600000 2018-12-11 12:23:56,213 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2018-12-11 12:23:56,215 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-12-11 12:23:56,216 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is AA61BA9E6AE4BC0EBF4622D60391890D, but should be 9ABC5E8D711327C08F9CB34004A484FE 2018-12-11 12:23:56,216 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.008 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.security.signing.SignerTest 2018-12-11 12:23:56,326 INFO [main] org.appng.core.security.signing.Signer: Validating the release file against signature/certificate 'CN=Bricolage repository, OU=Release management, O=Aiticon GmbH, C=de'. 2018-12-11 12:23:56,334 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2018-12-11 12:23:56,339 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' 2018-12-11 12:23:56,340 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2018-12-11 12:23:56,342 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2018-12-11 12:23:56,343 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2018-12-11 12:23:56,343 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2018-12-11 12:23:56,344 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' 2018-12-11 12:23:56,383 INFO [main] org.appng.core.security.signing.Signer: Validating the release file against signature/certificate 'CN=Bricolage repository, OU=Release management, O=Aiticon GmbH, C=de'. 2018-12-11 12:23:56,384 INFO [main] org.appng.core.security.signing.Signer: Successfully validated release file. 2018-12-11 12:23:56,385 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoCodeName: Local' 2018-12-11 12:23:56,385 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoDescription: a local test repository' 2018-12-11 12:23:56,385 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoVersion: ' 2018-12-11 12:23:56,385 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.1.zip: 65fd39da4cc20cab904c088b7ac22f41d2a3cb5feacf318728323cefe191bb7d' 2018-12-11 12:23:56,385 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.2-2012-11-27-1305.zip: 2f2ba67d4a02515500492f51682992bc1e6aa9e3400cbd0ad86af31e7f2af3b9' 2018-12-11 12:23:56,385 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.3-2013-01-13-1303.zip: 6481ea8230a97cf46fb521109f9aa36be2cf2a800664e64ef3d352f96ad8dbae' 2018-12-11 12:23:56,385 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.4-2017-04-10-1046.zip: e65fc4f41b0e6192f35a72610c00d65a2befbbd58d0337f0282581731b31b348' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 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.378 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.service.TemplateServiceTest 2018-12-11 12:23:56,823 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] 2018-12-11 12:23:56,835 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e6104fc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@12359a82, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@68df9280, org.springframework.test.context.support.DirtiesContextTestExecutionListener@479460a6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7164ca4c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4f3bbf68] 2018-12-11 12:23:56,904 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:23:57,362 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:23:57,499 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3b7d3a38: startup date [Tue Dec 11 12:23:57 CET 2018]; root of context hierarchy 2018-12-11 12:23:57,816 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:23:57,945 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:23:58,044 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-12-11 12:23:58,046 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-12-11 12:23:58,106 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-12-11 12:23:58,315 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:23:58,484 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-12-11 12:23:58,484 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:23:58,485 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:23:58,488 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:23:58,832 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:23:58,903 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:23:59,577 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-12-11 12:24:00,625 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1d15c0a1] 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. 2018-12-11 12:24:00,635 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@541bf968] 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. 2018-12-11 12:24:00,684 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:01,168 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:01,703 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3b7d3a38: startup date [Tue Dec 11 12:23:57 CET 2018]; root of context hierarchy 2018-12-11 12:24:02,165 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#109987815 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:02,205 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-12-11 12:24:02,205 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-12-11 12:24:02,206 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-12-11 12:24:02,209 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-12-11 12:24:02,209 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-12-11 12:24:02,209 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-12-11 12:24:02,214 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1036529258 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:02,220 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1238061104 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:02,234 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-12-11 12:24:02,234 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-12-11 12:24:02,234 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-12-11 12:24:02,236 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-12-11 12:24:02,236 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-12-11 12:24:02,237 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-12-11 12:24:02,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template 2018-12-11 12:24:02,350 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3b7d3a38: startup date [Tue Dec 11 12:23:57 CET 2018]; root of context hierarchy 2018-12-11 12:24:02,353 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:02,354 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.593 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2018-12-11 12:24:02,384 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] 2018-12-11 12:24:02,384 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1669931a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6b24ddd7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@12e007be, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3335afcf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@699e0bf0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2499b971] 2018-12-11 12:24:02,393 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:02,548 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:02,600 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@36d697ab: startup date [Tue Dec 11 12:24:02 CET 2018]; root of context hierarchy 2018-12-11 12:24:02,681 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:02,703 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:02,744 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:02,744 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-12-11 12:24:02,744 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:02,744 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:02,745 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:02,745 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:02,752 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:03,012 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@f76872f] 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. 2018-12-11 12:24:03,025 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1073c664] 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. 2018-12-11 12:24:03,055 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:03,139 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:03,310 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@36d697ab: startup date [Tue Dec 11 12:24:02 CET 2018]; root of context hierarchy 2018-12-11 12:24:03,445 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@55d99dc3, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:03,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1 2018-12-11 12:24:03,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2 2018-12-11 12:24:03,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-12-11 12:24:03,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-12-11 12:24:03,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2 2018-12-11 12:24:03,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3 2018-12-11 12:24:03,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager 2018-12-11 12:24:03,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker 2018-12-11 12:24:03,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar 2018-12-11 12:24:03,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager 2018-12-11 12:24:03,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker 2018-12-11 12:24:03,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar 2018-12-11 12:24:03,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2018-12-11 12:24:03,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2018-12-11 12:24:03,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager 2018-12-11 12:24:03,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker 2018-12-11 12:24:03,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar 2018-12-11 12:24:03,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin 2018-12-11 12:24:03,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user 2018-12-11 12:24:03,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger 2018-12-11 12:24:03,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-12-11 12:24:03,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2 2018-12-11 12:24:03,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3 2018-12-11 12:24:03,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-12-11 12:24:03,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2 2018-12-11 12:24:03,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3 2018-12-11 12:24:03,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo 2018-12-11 12:24:03,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-12-11 12:24:03,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-12-11 12:24:03,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-12-11 12:24:03,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-12-11 12:24:03,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-12-11 12:24:03,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-12-11 12:24:03,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-12-11 12:24:03,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-12-11 12:24:03,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-12-11 12:24:03,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-12-11 12:24:03,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-12-11 12:24:03,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-12-11 12:24:03,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-12-11 12:24:03,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-12-11 12:24:03,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-12-11 12:24:03,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-12-11 12:24:03,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-12-11 12:24:03,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-12-11 12:24:03,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-12-11 12:24:03,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-12-11 12:24:03,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-12-11 12:24:03,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-12-11 12:24:03,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-12-11 12:24:03,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-12-11 12:24:03,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-12-11 12:24:03,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-12-11 12:24:03,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-12-11 12:24:03,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:24:03,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-12-11 12:24:03,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-12-11 12:24:03,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2018-12-11 12:24:03,596 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-12-11 12:24:03,596 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-12-11 12:24:03,596 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-12-11 12:24:03,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-12-11 12:24:03,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-12-11 12:24:03,598 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-12-11 12:24:03,598 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-12-11 12:24:03,598 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-12-11 12:24:03,599 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-12-11 12:24:03,599 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-12-11 12:24:03,599 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-12-11 12:24:03,600 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-12-11 12:24:03,600 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-12-11 12:24:03,601 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-12-11 12:24:03,601 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-12-11 12:24:03,601 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-12-11 12:24:03,602 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-12-11 12:24:03,602 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-12-11 12:24:03,602 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-12-11 12:24:03,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-12-11 12:24:03,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2018-12-11 12:24:03,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-12-11 12:24:03,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager 2018-12-11 12:24:03,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker 2018-12-11 12:24:03,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar 2018-12-11 12:24:03,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin 2018-12-11 12:24:03,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user 2018-12-11 12:24:03,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger 2018-12-11 12:24:03,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-12-11 12:24:03,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-12-11 12:24:03,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-12-11 12:24:03,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-12-11 12:24:03,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-12-11 12:24:03,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-12-11 12:24:03,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-12-11 12:24:03,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-12-11 12:24:03,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-12-11 12:24:03,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-12-11 12:24:03,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-12-11 12:24:03,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-12-11 12:24:03,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-12-11 12:24:03,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-12-11 12:24:03,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-12-11 12:24:03,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-12-11 12:24:03,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-12-11 12:24:03,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-12-11 12:24:03,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-12-11 12:24:03,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-12-11 12:24:03,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-12-11 12:24:03,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-12-11 12:24:03,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-12-11 12:24:03,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-12-11 12:24:03,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-12-11 12:24:03,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-12-11 12:24:03,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-12-11 12:24:03,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-12-11 12:24:03,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-12-11 12:24:03,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-12-11 12:24:03,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-12-11 12:24:03,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-12-11 12:24:03,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-12-11 12:24:03,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-12-11 12:24:03,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-12-11 12:24:03,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-12-11 12:24:03,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-12-11 12:24:03,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-12-11 12:24:03,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-12-11 12:24:03,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-12-11 12:24:03,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-12-11 12:24:03,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-12-11 12:24:03,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-12-11 12:24:03,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-12-11 12:24:03,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-12-11 12:24:03,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-12-11 12:24:03,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-12-11 12:24:03,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-12-11 12:24:03,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-12-11 12:24:03,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-12-11 12:24:03,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-12-11 12:24:03,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-12-11 12:24:03,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-12-11 12:24:03,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-12-11 12:24:03,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-12-11 12:24:03,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-12-11 12:24:03,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-12-11 12:24:03,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-12-11 12:24:03,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-12-11 12:24:03,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-12-11 12:24:03,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-12-11 12:24:03,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-12-11 12:24:03,726 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2068191651 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:03,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-12-11 12:24:03,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-12-11 12:24:03,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2018-12-11 12:24:03,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2018-12-11 12:24:03,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2018-12-11 12:24:03,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-12-11 12:24:03,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2018-12-11 12:24:03,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-12-11 12:24:03,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2018-12-11 12:24:03,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2018-12-11 12:24:03,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-12-11 12:24:03,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2018-12-11 12:24:03,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2018-12-11 12:24:03,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2018-12-11 12:24:03,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-12-11 12:24:03,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2018-12-11 12:24:03,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-12-11 12:24:03,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2018-12-11 12:24:03,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2018-12-11 12:24:03,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2018-12-11 12:24:03,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2018-12-11 12:24:03,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2018-12-11 12:24:03,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2018-12-11 12:24:03,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-12-11 12:24:03,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-12-11 12:24:03,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2018-12-11 12:24:03,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-12-11 12:24:03,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2018-12-11 12:24:03,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2018-12-11 12:24:03,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-12-11 12:24:03,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2018-12-11 12:24:03,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-12-11 12:24:03,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2018-12-11 12:24:03,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2018-12-11 12:24:03,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2018-12-11 12:24:03,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2018-12-11 12:24:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2018-12-11 12:24:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2018-12-11 12:24:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2018-12-11 12:24:03,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2018-12-11 12:24:03,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2018-12-11 12:24:03,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2018-12-11 12:24:03,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2018-12-11 12:24:03,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2018-12-11 12:24:03,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-12-11 12:24:03,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-12-11 12:24:03,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2018-12-11 12:24:03,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2018-12-11 12:24:03,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-12-11 12:24:03,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2018-12-11 12:24:03,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-12-11 12:24:03,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2018-12-11 12:24:03,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2018-12-11 12:24:03,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2018-12-11 12:24:03,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2018-12-11 12:24:03,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2018-12-11 12:24:03,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-12-11 12:24:03,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2018-12-11 12:24:03,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2018-12-11 12:24:03,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2018-12-11 12:24:03,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2018-12-11 12:24:03,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2018-12-11 12:24:03,789 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1224011838 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:03,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2018-12-11 12:24:03,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2018-12-11 12:24:03,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2018-12-11 12:24:03,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-12-11 12:24:03,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2018-12-11 12:24:03,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2018-12-11 12:24:03,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2018-12-11 12:24:03,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2018-12-11 12:24:03,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2018-12-11 12:24:03,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2018-12-11 12:24:03,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-12-11 12:24:03,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-12-11 12:24:03,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-12-11 12:24:03,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-12-11 12:24:03,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2018-12-11 12:24:03,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-12-11 12:24:03,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-12-11 12:24:03,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-12-11 12:24:03,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2018-12-11 12:24:03,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2018-12-11 12:24:03,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-12-11 12:24:03,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2018-12-11 12:24:03,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2018-12-11 12:24:03,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2018-12-11 12:24:03,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-12-11 12:24:03,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2018-12-11 12:24:03,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2018-12-11 12:24:03,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2018-12-11 12:24:03,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2018-12-11 12:24:03,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2018-12-11 12:24:03,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2018-12-11 12:24:03,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2018-12-11 12:24:03,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2018-12-11 12:24:03,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2018-12-11 12:24:03,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2018-12-11 12:24:03,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2018-12-11 12:24:03,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2018-12-11 12:24:03,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2018-12-11 12:24:03,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-12-11 12:24:03,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2018-12-11 12:24:03,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2018-12-11 12:24:03,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2018-12-11 12:24:03,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2018-12-11 12:24:03,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2018-12-11 12:24:03,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2018-12-11 12:24:03,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-12-11 12:24:03,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2018-12-11 12:24:03,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2018-12-11 12:24:03,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2018-12-11 12:24:03,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-12-11 12:24:03,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2018-12-11 12:24:03,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2018-12-11 12:24:03,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2018-12-11 12:24:03,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2018-12-11 12:24:03,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-12-11 12:24:03,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2018-12-11 12:24:03,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-12-11 12:24:03,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-12-11 12:24:03,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2018-12-11 12:24:03,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-12-11 12:24:03,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2018-12-11 12:24:03,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2018-12-11 12:24:03,847 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1471857648 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:03,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-12-11 12:24:03,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2 2018-12-11 12:24:03,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3 2018-12-11 12:24:03,902 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@55d99dc3, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:03,905 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ce2029b, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:03,958 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2102730438 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:03,980 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#159847162 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,002 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#90232530 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-12-11 12:24:04,035 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ce2029b, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,037 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77f7352a, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,065 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#246846952 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,084 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2086062353 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,101 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1719521616 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-12-11 12:24:04,124 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77f7352a, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,127 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@54970127, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,149 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1305957096 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,162 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1549856918 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,177 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#942798018 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,217 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 2018-12-11 12:24:04,217 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 2018-12-11 12:24:04,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1 2018-12-11 12:24:04,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar 2018-12-11 12:24:04,230 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@54970127, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,233 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7dc92a06, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,255 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#929452805 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,268 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1339440195 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,279 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2036538800 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,314 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7dc92a06, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,316 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d40f597, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,530 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1856885570 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,540 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1821205386 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,549 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1587485260 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,559 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d40f597, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,562 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3cc817bd, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,579 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#4524471 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,589 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#891020651 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,598 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#827092873 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,599 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz 2018-12-11 12:24:04,604 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3cc817bd, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,607 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f98cff, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,624 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1510452783 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,633 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1475909248 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,641 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1049618395 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name 2018-12-11 12:24:04,647 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f98cff, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,649 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ea19c97, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,663 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#584883526 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,672 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1112459664 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,680 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#206169140 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection 2018-12-11 12:24:04,686 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ea19c97, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,688 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c25123e, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,703 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1327127443 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,712 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#543921564 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,721 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1670210122 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group 2018-12-11 12:24:04,725 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c25123e, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,727 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@478cebdb, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,744 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1365333429 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,753 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1431213321 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,761 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1846486430 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo 2018-12-11 12:24:04,765 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@478cebdb, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,768 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62871522, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,780 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1012642685 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,788 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#192279540 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,795 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1707882754 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo 2018-12-11 12:24:04,798 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62871522, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,801 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2748bd6c, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,814 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#369947173 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,822 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#826322241 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,828 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1966156948 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo 2018-12-11 12:24:04,833 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2748bd6c, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,835 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70044113, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,847 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#736974888 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,855 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#187115616 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,861 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#16040937 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2018-12-11 12:24:04,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2018-12-11 12:24:04,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2018-12-11 12:24:04,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2018-12-11 12:24:04,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2018-12-11 12:24:04,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2018-12-11 12:24:04,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheStatistics 2018-12-11 12:24:04,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2018-12-11 12:24:04,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2018-12-11 12:24:04,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2018-12-11 12:24:04,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2018-12-11 12:24:04,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2018-12-11 12:24:04,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheExceptions 2018-12-11 12:24:04,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2018-12-11 12:24:04,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2018-12-11 12:24:04,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2018-12-11 12:24:04,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2018-12-11 12:24:04,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2018-12-11 12:24:04,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2018-12-11 12:24:04,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2018-12-11 12:24:04,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2018-12-11 12:24:04,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheClearOnShutdown 2018-12-11 12:24:04,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2018-12-11 12:24:04,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2018-12-11 12:24:04,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2018-12-11 12:24:04,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2018-12-11 12:24:04,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2018-12-11 12:24:04,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2018-12-11 12:24:04,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheEnabled 2018-12-11 12:24:04,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2018-12-11 12:24:04,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2018-12-11 12:24:04,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2018-12-11 12:24:04,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2018-12-11 12:24:04,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2018-12-11 12:24:04,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2018-12-11 12:24:04,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheBlockingTimeout 2018-12-11 12:24:04,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2018-12-11 12:24:04,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2018-12-11 12:24:04,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2018-12-11 12:24:04,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2018-12-11 12:24:04,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2018-12-11 12:24:04,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2018-12-11 12:24:04,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2018-12-11 12:24:04,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2018-12-11 12:24:04,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2018-12-11 12:24:04,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2018-12-11 12:24:04,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2018-12-11 12:24:04,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2018-12-11 12:24:04,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2018-12-11 12:24:04,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2018-12-11 12:24:04,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2018-12-11 12:24:04,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2018-12-11 12:24:04,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2018-12-11 12:24:04,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2018-12-11 12:24:04,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2018-12-11 12:24:04,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2018-12-11 12:24:04,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2018-12-11 12:24:04,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2018-12-11 12:24:04,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2018-12-11 12:24:04,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2018-12-11 12:24:04,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2018-12-11 12:24:04,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2018-12-11 12:24:04,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example 2018-12-11 12:24:04,899 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70044113, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,901 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@68dbe225, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,915 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2142914862 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,922 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#775635860 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#235873926 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,936 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1378841761 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john 2018-12-11 12:24:04,941 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@68dbe225, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,944 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6eb332d1, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:04,958 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1464746372 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,966 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#555545211 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,973 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1787476367 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,980 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#209128279 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:04,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2018-12-11 12:24:04,991 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6eb332d1, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:04,994 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e0b68e5, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,008 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#244886962 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,016 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1148172078 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,023 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#34782860 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,030 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#962339310 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-12-11 12:24:05,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2018-12-11 12:24:05,037 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e0b68e5, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,039 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3a286095, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,052 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1996476498 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,059 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1065087222 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,066 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#978798 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,072 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1329271270 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,075 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3a286095, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,077 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e4bf55b, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [true] 2018-12-11 12:24:05,089 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#645073399 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,097 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1989092248 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,104 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#354753730 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,110 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2061363062 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,119 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2018-12-11 12:24:05,121 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e4bf55b, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,123 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e084a26, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,134 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1207334820 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,141 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1786560237 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,148 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#419233406 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,154 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1094615622 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,157 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2018-12-11 12:24:05,164 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2018-12-11 12:24:05,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3 2018-12-11 12:24:05,171 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-12-11 12:24:05,172 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2018-12-11 12:24:05,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-12-11 12:24:05,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId 2018-12-11 12:24:05,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir 2018-12-11 12:24:05,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication 2018-12-11 12:24:05,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage 2018-12-11 12:24:05,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef 2018-12-11 12:24:05,176 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName 2018-12-11 12:24:05,176 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-12-11 12:24:05,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage 2018-12-11 12:24:05,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef 2018-12-11 12:24:05,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-12-11 12:24:05,178 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-12-11 12:24:05,178 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-12-11 12:24:05,179 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication 2018-12-11 12:24:05,179 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage 2018-12-11 12:24:05,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize 2018-12-11 12:24:05,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir 2018-12-11 12:24:05,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-12-11 12:24:05,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-12-11 12:24:05,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-12-11 12:24:05,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-12-11 12:24:05,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-12-11 12:24:05,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding 2018-12-11 12:24:05,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-12-11 12:24:05,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage 2018-12-11 12:24:05,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages 2018-12-11 12:24:05,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host 2018-12-11 12:24:05,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig 2018-12-11 12:24:05,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir 2018-12-11 12:24:05,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-12-11 12:24:05,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes 2018-12-11 12:24:05,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize 2018-12-11 12:24:05,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout 2018-12-11 12:24:05,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain 2018-12-11 12:24:05,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-12-11 12:24:05,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost 2018-12-11 12:24:05,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-12-11 12:24:05,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword 2018-12-11 12:24:05,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-12-11 12:24:05,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls 2018-12-11 12:24:05,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser 2018-12-11 12:24:05,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-12-11 12:24:05,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale 2018-12-11 12:24:05,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled 2018-12-11 12:24:05,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost 2018-12-11 12:24:05,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort 2018-12-11 12:24:05,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path 2018-12-11 12:24:05,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name 2018-12-11 12:24:05,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig 2018-12-11 12:24:05,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize 2018-12-11 12:24:05,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits 2018-12-11 12:24:05,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path 2018-12-11 12:24:05,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-12-11 12:24:05,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType 2018-12-11 12:24:05,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir 2018-12-11 12:24:05,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile 2018-12-11 12:24:05,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages 2018-12-11 12:24:05,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix 2018-12-11 12:24:05,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template 2018-12-11 12:24:05,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone 2018-12-11 12:24:05,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir 2018-12-11 12:24:05,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions 2018-12-11 12:24:05,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2018-12-11 12:24:05,198 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e084a26, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,206 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73860e95, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,235 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#949636127 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,242 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#215257028 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,248 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1392508450 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,264 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING 2018-12-11 12:24:05,327 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED 2018-12-11 12:24:05,329 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-12-11 12:24:05,329 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-12-11 12:24:05,365 INFO [Time-limited test] org.appng.core.service.CoreService: starting deletion of site site-2 2018-12-11 12:24:05,368 INFO [Time-limited test] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2018-12-11 12:24:05,369 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2 2018-12-11 12:24:05,374 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING 2018-12-11 12:24:05,376 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-12-11 12:24:05,376 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1850106106) 2018-12-11 12:24:05,376 INFO [Time-limited test] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#1850106106) 2018-12-11 12:24:05,377 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1850106106) complete 2018-12-11 12:24:05,400 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 2018-12-11 12:24:05,528 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED 2018-12-11 12:24:05,529 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-12-11 12:24:05,530 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2018-12-11 12:24:05,531 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-12-11 12:24:05,533 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 2018-12-11 12:24:05,534 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 2018-12-11 12:24:05,534 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED 2018-12-11 12:24:05,536 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-12-11 12:24:05,537 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2018-12-11 12:24:05,537 INFO [pool-3-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2018-12-11 12:24:05,538 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2 2018-12-11 12:24:05,540 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-12-11 12:24:05,541 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId 2018-12-11 12:24:05,541 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir 2018-12-11 12:24:05,541 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication 2018-12-11 12:24:05,542 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage 2018-12-11 12:24:05,542 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef 2018-12-11 12:24:05,542 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName 2018-12-11 12:24:05,543 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-12-11 12:24:05,543 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage 2018-12-11 12:24:05,543 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef 2018-12-11 12:24:05,543 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-12-11 12:24:05,544 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-12-11 12:24:05,544 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-12-11 12:24:05,544 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication 2018-12-11 12:24:05,545 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage 2018-12-11 12:24:05,545 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize 2018-12-11 12:24:05,545 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir 2018-12-11 12:24:05,546 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-12-11 12:24:05,546 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-12-11 12:24:05,546 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-12-11 12:24:05,547 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-12-11 12:24:05,547 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-12-11 12:24:05,547 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding 2018-12-11 12:24:05,547 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-12-11 12:24:05,548 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage 2018-12-11 12:24:05,548 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages 2018-12-11 12:24:05,548 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host 2018-12-11 12:24:05,549 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig 2018-12-11 12:24:05,549 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir 2018-12-11 12:24:05,549 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-12-11 12:24:05,550 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes 2018-12-11 12:24:05,550 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize 2018-12-11 12:24:05,550 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout 2018-12-11 12:24:05,551 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain 2018-12-11 12:24:05,551 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-12-11 12:24:05,551 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost 2018-12-11 12:24:05,551 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-12-11 12:24:05,552 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword 2018-12-11 12:24:05,552 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-12-11 12:24:05,552 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls 2018-12-11 12:24:05,553 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser 2018-12-11 12:24:05,553 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-12-11 12:24:05,553 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale 2018-12-11 12:24:05,553 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled 2018-12-11 12:24:05,554 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost 2018-12-11 12:24:05,554 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort 2018-12-11 12:24:05,554 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path 2018-12-11 12:24:05,555 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name 2018-12-11 12:24:05,555 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig 2018-12-11 12:24:05,555 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize 2018-12-11 12:24:05,556 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits 2018-12-11 12:24:05,556 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path 2018-12-11 12:24:05,556 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-12-11 12:24:05,557 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType 2018-12-11 12:24:05,557 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir 2018-12-11 12:24:05,557 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile 2018-12-11 12:24:05,558 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages 2018-12-11 12:24:05,558 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix 2018-12-11 12:24:05,558 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template 2018-12-11 12:24:05,558 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone 2018-12-11 12:24:05,559 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir 2018-12-11 12:24:05,559 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions 2018-12-11 12:24:05,560 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2018-12-11 12:24:05,560 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73860e95, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,565 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16a78700, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,576 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1308514012 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,581 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1618596377 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2018-12-11 12:24:05,586 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16a78700, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,587 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39f5eba4, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,598 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#408023455 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,604 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#324419172 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,607 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39f5eba4, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,609 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@506d7fed, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,624 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1552439732 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,631 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1623105503 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,633 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@506d7fed, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,635 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f5ad6b7, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,647 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#323248196 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,653 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1814062048 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo 2018-12-11 12:24:05,657 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f5ad6b7, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,659 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@76a1cc1a, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,672 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#886457525 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,680 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#886499748 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,685 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@76a1cc1a, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,687 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@517fb2c3, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,700 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#773528866 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,708 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#26842093 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,715 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@517fb2c3, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,717 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6b5c4b75, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,729 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1867397555 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,734 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#305799597 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,736 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6b5c4b75, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,738 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2afa1b1a, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,749 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1052170153 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,755 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#757534888 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,757 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2afa1b1a, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,759 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31773d5b, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,770 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1998750048 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,775 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#265834811 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,780 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31773d5b, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,782 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1391d95f, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,793 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#406752394 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,800 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1321102372 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,802 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1391d95f, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,804 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e38d2a2, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,816 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1191750854 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,821 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1560587713 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,825 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e38d2a2, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,827 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3397c8c0, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,838 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1993662895 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,844 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1434192741 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,851 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3397c8c0, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,852 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@386b4f7e, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,864 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2054592756 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,870 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#671546968 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,878 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@386b4f7e, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,880 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bfc6e50, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,892 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1272438966 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,898 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1384149246 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,899 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bfc6e50, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,901 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53cdfb09, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,912 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#455218098 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,917 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#742009141 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,920 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53cdfb09, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,922 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d9bcf19, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,932 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#854370804 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,937 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1499677671 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,940 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d9bcf19, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,942 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44992466, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,952 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1312386332 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,957 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1590120824 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,959 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44992466, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,961 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38bce2ed, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,971 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#302236249 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,976 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#656494932 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,978 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38bce2ed, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:05,979 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@647bd553, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:05,990 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#841966211 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:05,995 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#817788877 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,002 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@647bd553, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:06,004 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@34fe89a5, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:06,016 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1108544092 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,021 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1946543999 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,030 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@34fe89a5, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:06,032 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@58e61e18, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:06,042 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#664115490 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,046 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#9429076 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,055 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. 2018-12-11 12:24:06,782 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)::) 2018-12-11 12:24:06,784 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@58e61e18, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:06,786 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3787eac3, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:06,798 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1317025467 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,803 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1543005080 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,816 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3787eac3, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:06,818 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44986fae, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:06,831 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1765473489 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:06,836 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1932808010 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:07,714 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-12-11 12:24:07,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-12-11 12:24:07,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-12-11 12:24:07,716 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-12-11 12:24:07,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-12-11 12:24:07,719 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44986fae, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:07,720 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27e80cfa, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:07,732 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#847761155 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:07,737 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#207101541 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:07,740 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-12-11 12:24:07,740 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-12-11 12:24:07,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-12-11 12:24:07,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-12-11 12:24:07,741 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-12-11 12:24:07,742 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27e80cfa, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:07,744 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62d10834, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:07,754 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1631316921 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:07,758 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1513530373 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:08,627 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2018-12-11 12:24:08,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-12-11 12:24:08,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-12-11 12:24:08,629 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-12-11 12:24:08,632 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62d10834, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:08,635 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@26415b5e, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:08,656 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#782498053 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:08,660 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1817332351 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:08,667 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2018-12-11 12:24:08,667 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2018-12-11 12:24:08,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-12-11 12:24:08,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-12-11 12:24:08,668 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-12-11 12:24:08,669 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@26415b5e, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:08,670 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6bbb3ec8, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:08,680 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1501493528 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:08,685 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1786416670 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:08,690 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2018-12-11 12:24:08,693 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2018-12-11 12:24:08,694 INFO [main] org.appng.core.service.CoreService: User "null" successfully authenticated. 2018-12-11 12:24:08,694 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2018-12-11 12:24:08,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-12-11 12:24:08,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-12-11 12:24:08,694 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-12-11 12:24:08,695 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6bbb3ec8, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:08,697 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c71d704, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:08,707 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1215550667 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:08,712 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1153515982 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:08,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve 2018-12-11 12:24:09,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2018-12-11 12:24:09,579 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1c71d704, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:09,581 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d7e6c8c, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:09,591 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#179975989 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,596 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#117908998 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-12-11 12:24:09,598 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 2018-12-11 12:24:09,634 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2018-12-11 12:24:09,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-12-11 12:24:09,638 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:24:09,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-12-11 12:24:09,640 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:24:09,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-12-11 12:24:09,641 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:24:09,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-12-11 12:24:09,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-12-11 12:24:09,648 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:24:09,650 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:24:09,651 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:24:09,651 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:24:09,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-12-11 12:24:09,652 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:24:09,652 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:24:09,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-12-11 12:24:09,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-12-11 12:24:09,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-12-11 12:24:09,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-12-11 12:24:09,663 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,663 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,664 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,665 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,666 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,666 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-12-11 12:24:09,666 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2018-12-11 12:24:09,671 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:24:09,672 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:24:09,673 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:24:09,675 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:24:09,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-12-11 12:24:09,681 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d7e6c8c, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:09,682 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c7fb24c, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:09,692 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1908105225 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,698 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1290166633 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,726 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 2018-12-11 12:24:09,727 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 2018-12-11 12:24:09,728 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1 2018-12-11 12:24:09,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-12-11 12:24:09,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-12-11 12:24:09,732 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 2018-12-11 12:24:09,741 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2018-12-11 12:24:09,744 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,744 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,744 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,745 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,745 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,745 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,745 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,745 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,745 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,746 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:24:09,746 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2018-12-11 12:24:09,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-12-11 12:24:09,752 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:24:09,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-12-11 12:24:09,755 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:24:09,756 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:24:09,757 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:24:09,759 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:24:09,760 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:24:09,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-12-11 12:24:09,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-12-11 12:24:09,763 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:24:09,763 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:24:09,765 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-12-11 12:24:09,765 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-12-11 12:24:09,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue 2018-12-11 12:24:09,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo 2018-12-11 12:24:09,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-12-11 12:24:09,768 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-12-11 12:24:09,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar 2018-12-11 12:24:09,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-12-11 12:24:09,771 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2018-12-11 12:24:09,772 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2018-12-11 12:24:09,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2018-12-11 12:24:09,776 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2c7fb24c, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:09,777 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6723626f, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:09,789 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#954933568 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,794 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#700740086 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,798 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-12-11 12:24:09,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1 2018-12-11 12:24:09,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-12-11 12:24:09,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-12-11 12:24:09,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-12-11 12:24:09,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator 2018-12-11 12:24:09,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester 2018-12-11 12:24:09,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger 2018-12-11 12:24:09,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug 2018-12-11 12:24:09,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui 2018-12-11 12:24:09,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html 2018-12-11 12:24:09,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission 2018-12-11 12:24:09,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar 2018-12-11 12:24:09,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue 2018-12-11 12:24:09,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo 2018-12-11 12:24:09,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application 2018-12-11 12:24:09,816 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6723626f, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:09,817 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@784dd9da, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:09,827 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1929586791 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,832 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#337440294 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-12-11 12:24:09,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators 2018-12-11 12:24:09,833 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 2018-12-11 12:24:09,858 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-12-11 12:24:09,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-12-11 12:24:09,859 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:24:09,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-12-11 12:24:09,860 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:24:09,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-12-11 12:24:09,860 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:24:09,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-12-11 12:24:09,861 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:24:09,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-12-11 12:24:09,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-12-11 12:24:09,863 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:24:09,863 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:24:09,864 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:24:09,864 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:24:09,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-12-11 12:24:09,866 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:24:09,867 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:24:09,867 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:24:09,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-12-11 12:24:09,868 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:24:09,868 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:24:09,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-12-11 12:24:09,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-12-11 12:24:09,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-12-11 12:24:09,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators 2018-12-11 12:24:09,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-12-11 12:24:09,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-12-11 12:24:09,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-12-11 12:24:09,877 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,877 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,877 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,877 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,878 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,878 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,878 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,878 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,878 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,878 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-12-11 12:24:09,879 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2018-12-11 12:24:09,885 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:24:09,885 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:24:09,886 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:24:09,888 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:24:09,889 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:24:09,890 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:24:09,894 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@784dd9da, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:09,896 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77d5395a, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:09,905 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1221953757 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,909 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#560116269 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77d5395a, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:09,913 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6988dc14, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:09,921 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#479517046 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:09,926 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1204818559 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,807 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6988dc14, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:10,810 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15c46930, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:10,834 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#434359962 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,840 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1167424399 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,843 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15c46930, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:10,845 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@8c6a7db, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:10,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#624722605 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,861 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1427338333 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2018-12-11 12:24:10,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b 2018-12-11 12:24:10,864 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@8c6a7db, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:10,867 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@207512c3, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:10,880 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2015891741 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,885 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#232821292 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1 2018-12-11 12:24:10,887 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@207512c3, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:10,889 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@339de67e, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:10,900 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1387966343 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,906 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1206034776 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,909 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-12-11 12:24:10,909 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1 2018-12-11 12:24:10,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo 2018-12-11 12:24:10,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2018-12-11 12:24:10,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@339de67e, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:10,912 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@75922191, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@391d28ea]; rollback [false] 2018-12-11 12:24:10,924 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1754641928 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:10,931 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2103042613 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:11,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-12-11 12:24:11,840 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6a902015 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@75922191, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47ef5a33 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:11,841 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@36d697ab: startup date [Tue Dec 11 12:24:02 CET 2018]; root of context hierarchy 2018-12-11 12:24:11,843 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:11,844 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [WARNING] Tests run: 80, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 9.485 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2018-12-11 12:24:11,856 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] 2018-12-11 12:24:11,856 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@65daaa95, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e6bfd2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@49e8f283, org.springframework.test.context.support.DirtiesContextTestExecutionListener@490f4b14, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7931cea2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b9be679] 2018-12-11 12:24:11,857 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:12,024 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:12,080 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@45e97963: startup date [Tue Dec 11 12:24:12 CET 2018]; root of context hierarchy 2018-12-11 12:24:12,149 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:12,168 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:12,208 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:12,209 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:DatabaseServiceTest] 2018-12-11 12:24:12,209 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:12,209 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:12,209 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:12,230 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:12,236 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:12,461 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2313c291] 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. 2018-12-11 12:24:12,463 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d0d1e50] 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. 2018-12-11 12:24:12,491 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:12,604 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:12,837 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@45e97963: startup date [Tue Dec 11 12:24:12 CET 2018]; root of context hierarchy 2018-12-11 12:24:12,884 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:24:12,935 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-12-11 12:24:12,945 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-12-11 12:24:12,956 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-12-11 12:24:13,007 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-12-11 12:24:13,008 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-12-11 12:24:13,018 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s) 2018-12-11 12:24:13,024 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:24:13,033 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:24:13,039 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:24:13,056 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:24:13,065 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:24:13,069 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:24:13,075 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:24:13,081 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:24:13,086 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:24:13,092 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:24:13,096 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:24:13,100 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:24:13,104 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:24:13,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.085s). 2018-12-11 12:24:13,111 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-12-11 12:24:13,111 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-12-11 12:24:13,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database 2018-12-11 12:24:13,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL 2018-12-11 12:24:13,152 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) is active. 2018-12-11 12:24:13,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL 2018-12-11 12:24:13,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL 2018-12-11 12:24:13,155 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.jdbc.Driver 2018-12-11 12:24:13,483 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)) 2018-12-11 12:24:13,483 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-12-11 12:24:13,485 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver 2018-12-11 12:24:13,493 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@45e97963: startup date [Tue Dec 11 12:24:12 CET 2018]; root of context hierarchy 2018-12-11 12:24:13,494 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:13,495 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:DatabaseServiceTest] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.648 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.SiteClassLoaderBuilderTest 2018-12-11 12:24:13,521 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#815051877 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.002 s - in org.appng.core.service.PropertySupportTest [INFO] Running org.appng.core.service.InitializerServiceTest 2018-12-11 12:24:13,533 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] 2018-12-11 12:24:13,533 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@bbc199a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@325f9758, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@67964236, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6364e814, org.springframework.test.context.transaction.TransactionalTestExecutionListener@8ff4d2b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4654fe3b] 2018-12-11 12:24:13,534 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:13,647 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:13,683 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@13068335: startup date [Tue Dec 11 12:24:13 CET 2018]; root of context hierarchy 2018-12-11 12:24:13,741 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:13,757 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:13,788 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:13,789 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-12-11 12:24:13,789 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:13,789 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:13,789 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:13,790 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:13,794 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:13,942 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21f9b360] 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. 2018-12-11 12:24:13,949 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28ab3c60] 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. 2018-12-11 12:24:13,969 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:14,057 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:14,201 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@13068335: startup date [Tue Dec 11 12:24:13 CET 2018]; root of context hierarchy 2018-12-11 12:24:14,248 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@67954442 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@7bb5c602, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@de61005 testClass = InitializerServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@40e86f55]; rollback [false] 2018-12-11 12:24:14,250 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#831678381 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:14,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-12-11 12:24:14,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-12-11 12:24:14,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1 2018-12-11 12:24:14,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1 2018-12-11 12:24:14,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy 2018-12-11 12:24:14,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-12-11 12:24:14,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-12-11 12:24:14,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-12-11 12:24:14,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-12-11 12:24:14,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-12-11 12:24:14,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-12-11 12:24:14,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-12-11 12:24:14,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-12-11 12:24:14,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-12-11 12:24:14,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-12-11 12:24:14,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-12-11 12:24:14,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-12-11 12:24:14,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-12-11 12:24:14,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-12-11 12:24:14,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-12-11 12:24:14,287 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 2018-12-11 12:24:14,287 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:24:14,287 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 2018-12-11 12:24:14,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-12-11 12:24:14,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1 2018-12-11 12:24:14,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy 2018-12-11 12:24:14,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-12-11 12:24:14,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-12-11 12:24:14,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-12-11 12:24:14,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-12-11 12:24:14,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-12-11 12:24:14,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-12-11 12:24:14,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-12-11 12:24:14,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-12-11 12:24:14,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-12-11 12:24:14,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-12-11 12:24:14,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-12-11 12:24:14,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-12-11 12:24:14,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-12-11 12:24:14,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-12-11 12:24:14,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-12-11 12:24:14,312 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-12-11 12:24:14,314 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2018-12-11 12:24:14,314 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2018-12-11 12:24:14,317 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 2018-12-11 12:24:14,318 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 2018-12-11 12:24:14,408 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 2018-12-11 12:24:14,408 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2076867436 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:14,408 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#2076867436 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2018-12-11 12:24:14,411 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2018-12-11 12:24:14,412 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2018-12-11 12:24:14,412 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2018-12-11 12:24:14,412 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-12-11 12:24:14,425 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2018-12-11 12:24:14,438 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@67954442 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@7bb5c602, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@de61005 testClass = InitializerServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.InitializerServiceTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:14,439 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@13068335: startup date [Tue Dec 11 12:24:13 CET 2018]; root of context hierarchy 2018-12-11 12:24:14,441 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:14,441 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.916 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2018-12-11 12:24:14,451 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2018-12-11 12:24:14,451 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2018-12-11 12:24:14,451 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2018-12-11 12:24:14,451 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2018-12-11 12:24:14,451 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2018-12-11 12:24:14,451 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2018-12-11 12:24:14,451 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2018-12-11 12:24:14,452 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2018-12-11 12:24:14,452 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2018-12-11 12:24:14,452 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.004 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.LdapServiceTest 2018-12-11 12:24:14,479 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2018-12-11 12:24:14,484 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.) 2018-12-11 12:24:14,485 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.036 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.service.HsqlStarterTest 2018-12-11 12:24:14,501 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2018-12-11 12:24:14,543 INFO [HSQLDB Server @42c5d861] hsqldb.db.HSQLDB679D02A13F.ENGINE: Checkpoint start 2018-12-11 12:24:14,543 INFO [HSQLDB Server @42c5d861] hsqldb.db.HSQLDB679D02A13F.ENGINE: checkpointClose start 2018-12-11 12:24:14,552 INFO [HSQLDB Server @42c5d861] hsqldb.db.HSQLDB679D02A13F.ENGINE: checkpointClose synched 2018-12-11 12:24:14,562 INFO [HSQLDB Server @42c5d861] hsqldb.db.HSQLDB679D02A13F.ENGINE: checkpointClose script done 2018-12-11 12:24:14,578 INFO [HSQLDB Server @42c5d861] hsqldb.db.HSQLDB679D02A13F.ENGINE: checkpointClose end 2018-12-11 12:24:14,578 INFO [HSQLDB Server @42c5d861] hsqldb.db.HSQLDB679D02A13F.ENGINE: Checkpoint end - txts: 1 2018-12-11 12:24:14,723 INFO [main] org.appng.core.service.HsqlStarter: shutting down HSQL Server 2.4.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2018-12-11 12:24:14,861 INFO [HSQLDB Connection @4705f3b4] hsqldb.db.HSQLDB679D02A13F.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2018-12-11 12:24:15,079 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}. 2018-12-11 12:24:15,080 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. 2018-12-11 12:24:15,088 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] 2018-12-11 12:24:15,088 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@646e17b9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@515576b0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@245c8ea5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@14e215b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@15093d14, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6f9329f3] 2018-12-11 12:24:15,089 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:15,199 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:15,234 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2f7aab02: startup date [Tue Dec 11 12:24:15 CET 2018]; root of context hierarchy 2018-12-11 12:24:15,293 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:15,309 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:15,341 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:15,341 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:SiteRepositoryTest] 2018-12-11 12:24:15,342 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:15,342 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:15,342 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:15,355 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:15,360 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:15,498 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8d1b425] 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. 2018-12-11 12:24:15,501 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d643896] 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. 2018-12-11 12:24:15,521 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:15,588 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:15,730 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2f7aab02: startup date [Tue Dec 11 12:24:15 CET 2018]; root of context hierarchy 2018-12-11 12:24:15,755 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3d475f1b testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@1b53e1ae, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@758a3ba0 testClass = SiteRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@27ae4c06]; rollback [true] 2018-12-11 12:24:15,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-12-11 12:24:15,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-12-11 12:24:15,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name 2018-12-11 12:24:15,771 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@3d475f1b testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@1b53e1ae, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@758a3ba0 testClass = SiteRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:15,772 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2f7aab02: startup date [Tue Dec 11 12:24:15 CET 2018]; root of context hierarchy 2018-12-11 12:24:15,772 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:15,773 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:SiteRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 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.008 s - in org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2018-12-11 12:24:15,784 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}. 2018-12-11 12:24:15,784 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. 2018-12-11 12:24:15,789 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] 2018-12-11 12:24:15,789 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5969665d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4977e527, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@38a36f64, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4765e57, org.springframework.test.context.transaction.TransactionalTestExecutionListener@16bf9b0a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@60171a27] 2018-12-11 12:24:15,789 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:15,882 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:15,994 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@436c910e: startup date [Tue Dec 11 12:24:15 CET 2018]; root of context hierarchy 2018-12-11 12:24:16,046 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:16,060 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:16,091 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:16,091 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:RoleRepositoryTest] 2018-12-11 12:24:16,091 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:16,091 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:16,092 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:16,102 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:16,106 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:16,233 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@39a54d70] 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. 2018-12-11 12:24:16,235 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@39b5d60] 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. 2018-12-11 12:24:16,254 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:16,327 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:16,462 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@436c910e: startup date [Tue Dec 11 12:24:15 CET 2018]; root of context hierarchy 2018-12-11 12:24:16,488 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6b1be058 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@37d9db26, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13ed9738 testClass = RoleRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@2e643209]; rollback [true] 2018-12-11 12:24:16,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-12-11 12:24:16,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-12-11 12:24:16,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-12-11 12:24:16,507 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@6b1be058 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@37d9db26, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13ed9738 testClass = RoleRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:16,508 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@436c910e: startup date [Tue Dec 11 12:24:15 CET 2018]; root of context hierarchy 2018-12-11 12:24:16,509 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:16,509 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:RoleRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.726 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2018-12-11 12:24:16,513 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}. 2018-12-11 12:24:16,513 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. 2018-12-11 12:24:16,518 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] 2018-12-11 12:24:16,518 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7fc91145, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e1424e9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@38a01810, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6630c950, org.springframework.test.context.transaction.TransactionalTestExecutionListener@51c4bfea, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6ec8fa57] 2018-12-11 12:24:16,519 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:16,616 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:16,648 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@56101f06: startup date [Tue Dec 11 12:24:16 CET 2018]; root of context hierarchy 2018-12-11 12:24:16,699 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:16,713 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:16,743 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:16,743 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:PermissionRepositoryTest] 2018-12-11 12:24:16,743 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:16,743 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:16,743 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:16,756 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:16,761 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:16,890 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@a56277b] 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. 2018-12-11 12:24:16,892 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@351bfccc] 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. 2018-12-11 12:24:16,910 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:16,983 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:17,093 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@56101f06: startup date [Tue Dec 11 12:24:16 CET 2018]; root of context hierarchy 2018-12-11 12:24:17,117 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@47c90585 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@7cf6ea5b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@30f6791d testClass = PermissionRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@23096e4d]; rollback [true] 2018-12-11 12:24:17,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-12-11 12:24:17,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name 2018-12-11 12:24:17,132 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@47c90585 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@7cf6ea5b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@30f6791d testClass = PermissionRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:17,133 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@56101f06: startup date [Tue Dec 11 12:24:16 CET 2018]; root of context hierarchy 2018-12-11 12:24:17,133 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:17,133 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:PermissionRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 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.021 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2018-12-11 12:24:17,159 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}. 2018-12-11 12:24:17,159 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. 2018-12-11 12:24:17,164 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] 2018-12-11 12:24:17,165 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@40df1311, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@37248b2c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@f002a22, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6bf597a9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@538a465d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4064daeb] 2018-12-11 12:24:17,165 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:17,260 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:17,291 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4ebba9ff: startup date [Tue Dec 11 12:24:17 CET 2018]; root of context hierarchy 2018-12-11 12:24:17,340 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:17,352 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:17,382 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:17,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:PropertyRepositoryTest] 2018-12-11 12:24:17,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:17,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:17,382 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:17,394 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:17,398 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:17,523 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5f580241] 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. 2018-12-11 12:24:17,524 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1b1f7781] 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. 2018-12-11 12:24:17,542 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:17,602 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:17,735 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4ebba9ff: startup date [Tue Dec 11 12:24:17 CET 2018]; root of context hierarchy 2018-12-11 12:24:17,760 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@58ca3439 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@da2dbd0, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@553011a9 testClass = PropertyRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@614a32ef]; rollback [true] 2018-12-11 12:24:17,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar 2018-12-11 12:24:17,770 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@58ca3439 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@da2dbd0, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@553011a9 testClass = PropertyRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:17,770 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4ebba9ff: startup date [Tue Dec 11 12:24:17 CET 2018]; root of context hierarchy 2018-12-11 12:24:17,771 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:17,771 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:PropertyRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2018-12-11 12:24:17,773 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}. 2018-12-11 12:24:17,773 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. 2018-12-11 12:24:17,778 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] 2018-12-11 12:24:17,778 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5a187cd4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@912e308, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3c31169f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@628cd698, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7b6bf8c1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@65ff5e07] 2018-12-11 12:24:17,779 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:17,876 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:17,912 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@51ce29c9: startup date [Tue Dec 11 12:24:17 CET 2018]; root of context hierarchy 2018-12-11 12:24:17,975 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:17,988 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:18,018 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:18,018 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:ResourceRepositoryTest] 2018-12-11 12:24:18,018 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:18,018 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:18,018 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:18,031 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:18,036 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:18,220 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4418ef84] 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. 2018-12-11 12:24:18,222 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@798b1cf8] 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. 2018-12-11 12:24:18,246 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:18,357 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:18,477 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@51ce29c9: startup date [Tue Dec 11 12:24:17 CET 2018]; root of context hierarchy 2018-12-11 12:24:18,500 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@42d971c7 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@45ecf220, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17d75ecc testClass = ResourceRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@59f7a495]; rollback [true] 2018-12-11 12:24:18,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-12-11 12:24:18,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name 2018-12-11 12:24:18,510 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@42d971c7 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@45ecf220, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17d75ecc testClass = ResourceRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:18,511 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@51ce29c9: startup date [Tue Dec 11 12:24:17 CET 2018]; root of context hierarchy 2018-12-11 12:24:18,511 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:18,511 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:ResourceRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.repository.RepositoryTest 2018-12-11 12:24:18,513 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}. 2018-12-11 12:24:18,513 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. 2018-12-11 12:24:18,518 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] 2018-12-11 12:24:18,519 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7211ab39, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3c1c984f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@42a1c3ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4c1ea0ab, org.springframework.test.context.transaction.TransactionalTestExecutionListener@33299272, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6bafbab8] 2018-12-11 12:24:18,519 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:18,613 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:18,646 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@27df0864: startup date [Tue Dec 11 12:24:18 CET 2018]; root of context hierarchy 2018-12-11 12:24:18,695 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:18,708 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:18,737 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:18,737 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:RepositoryTest] 2018-12-11 12:24:18,737 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:18,737 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:18,737 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:18,748 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:18,752 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:18,868 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@698d5831] 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. 2018-12-11 12:24:18,870 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b86fed8] 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. 2018-12-11 12:24:18,886 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:18,962 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:19,062 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@27df0864: startup date [Tue Dec 11 12:24:18 CET 2018]; root of context hierarchy 2018-12-11 12:24:19,085 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@488e27f3 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@510a5fe1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@49ba04ff testClass = RepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@2f045b3c]; rollback [true] 2018-12-11 12:24:19,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-12-11 12:24:19,091 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@488e27f3 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@510a5fe1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@49ba04ff testClass = RepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:19,091 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@27df0864: startup date [Tue Dec 11 12:24:18 CET 2018]; root of context hierarchy 2018-12-11 12:24:19,092 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:19,092 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:RepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2018-12-11 12:24:19,094 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}. 2018-12-11 12:24:19,094 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. 2018-12-11 12:24:19,099 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] 2018-12-11 12:24:19,099 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1f4e8af1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@89f4d09, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4061455, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3bcb3510, org.springframework.test.context.transaction.TransactionalTestExecutionListener@50b9399a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@223cd181] 2018-12-11 12:24:19,100 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:19,191 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:19,222 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@16acdd2f: startup date [Tue Dec 11 12:24:19 CET 2018]; root of context hierarchy 2018-12-11 12:24:19,271 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:19,284 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:19,313 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:19,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:GroupRepositoryTest] 2018-12-11 12:24:19,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:19,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:19,313 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:19,326 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:19,330 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:19,436 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@47232c32] 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. 2018-12-11 12:24:19,437 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5b0d50a7] 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. 2018-12-11 12:24:19,453 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:19,515 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:19,638 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@16acdd2f: startup date [Tue Dec 11 12:24:19 CET 2018]; root of context hierarchy 2018-12-11 12:24:19,671 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@bd0f846 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@7a140446, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e547f05 testClass = GroupRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@678852b5]; rollback [true] 2018-12-11 12:24:19,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-12-11 12:24:19,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-12-11 12:24:19,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-12-11 12:24:19,688 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@bd0f846 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@7a140446, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e547f05 testClass = GroupRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:19,688 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@16acdd2f: startup date [Tue Dec 11 12:24:19 CET 2018]; root of context hierarchy 2018-12-11 12:24:19,689 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:19,689 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:GroupRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2018-12-11 12:24:19,692 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}. 2018-12-11 12:24:19,692 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. 2018-12-11 12:24:19,699 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] 2018-12-11 12:24:19,700 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7a668497, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2df9d099, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@17537420, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6cb62e90, org.springframework.test.context.transaction.TransactionalTestExecutionListener@223a5dad, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41a42c6b] 2018-12-11 12:24:19,700 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:19,791 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:19,822 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4d5aa20b: startup date [Tue Dec 11 12:24:19 CET 2018]; root of context hierarchy 2018-12-11 12:24:19,871 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:19,884 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:19,913 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:19,914 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:SubjectRepositoryTest] 2018-12-11 12:24:19,914 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:19,914 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:19,914 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:19,925 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:19,929 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:20,042 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@53508d4b] 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. 2018-12-11 12:24:20,043 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@68801feb] 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. 2018-12-11 12:24:20,059 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:20,120 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:20,242 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4d5aa20b: startup date [Tue Dec 11 12:24:19 CET 2018]; root of context hierarchy 2018-12-11 12:24:20,266 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@b324f4f testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@44af21cf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5013c293 testClass = SubjectRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', 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@52333498]; rollback [true] 2018-12-11 12:24:20,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-12-11 12:24:20,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-12-11 12:24:20,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-12-11 12:24:20,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-12-11 12:24:20,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name 2018-12-11 12:24:20,286 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@b324f4f testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@44af21cf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5013c293 testClass = SubjectRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-12-11 12:24:20,286 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4d5aa20b: startup date [Tue Dec 11 12:24:19 CET 2018]; root of context hierarchy 2018-12-11 12:24:20,287 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:20,287 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:SubjectRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2018-12-11 12:24:20,294 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] 2018-12-11 12:24:20,294 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4770430, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6fc3e2fe, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@45d9fe80, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f5840ba, org.springframework.test.context.transaction.TransactionalTestExecutionListener@43329de5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3316536f] 2018-12-11 12:24:20,295 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-12-11 12:24:20,395 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:24:20,425 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@39b19673: startup date [Tue Dec 11 12:24:20 CET 2018]; root of context hierarchy 2018-12-11 12:24:20,519 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:20,532 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-12-11 12:24:20,560 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:24:20,560 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-12-11 12:24:20,560 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-12-11 12:24:20,560 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-12-11 12:24:20,560 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:24:20,561 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:20,565 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:20,677 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7c7e4f05] 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. 2018-12-11 12:24:20,681 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@77615884] 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. 2018-12-11 12:24:20,696 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:20,748 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:24:20,887 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@39b19673: startup date [Tue Dec 11 12:24:20 CET 2018]; root of context hierarchy 2018-12-11 12:24:21,339 ERROR [main] org.appng.core.model.PlatformTransformer: An empty sequence is not allowed as the value of variable $foo ; SystemID: ; Line#: 6; Column#: -1 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:1123) at net.sf.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:282) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:275) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:30) at net.sf.saxon.expr.Expression.evaluateAsString(Expression.java:524) at net.sf.saxon.expr.instruct.SimpleNodeConstructor.processLeavingTail(SimpleNodeConstructor.java:216) at net.sf.saxon.expr.instruct.ValueOf.processLeavingTail(ValueOf.java:280) at net.sf.saxon.expr.instruct.Template.applyLeavingTail(Template.java:336) at net.sf.saxon.trans.Mode.applyTemplates(Mode.java:1124) at net.sf.saxon.Controller.transformDocument(Controller.java:2106) at net.sf.saxon.Controller.transform(Controller.java:1705) at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:547) at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:177) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:323) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:212) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testRuntimeError(PlatformTransformerTest.java:129) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-12-11 12:24:21,341 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 1999374326- 2018-12-11 12:24:21,371 WARN [main] org.appng.xml.transformation.StyleSheetProvider: [platform.xsl] stylesheet 'src/test/resources/template/appng:utils.xsl' is already defined, contents will be overridden! 2018-12-11 12:24:21,383 ERROR [main] org.appng.core.model.PlatformTransformer: Element xsl:tmplate must not appear directly within xsl:stylesheet ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Element xsl:tmplate must not appear directly within xsl:stylesheet at net.sf.saxon.style.StyleElement.compileError(StyleElement.java:2165) at net.sf.saxon.style.XSLPackage.validate(XSLPackage.java:182) at net.sf.saxon.style.StylesheetPackage.preprocess(StylesheetPackage.java:441) at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:180) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:190) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:124) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-12-11 12:24:21,384 ERROR [main] org.appng.core.model.PlatformTransformer: Element xsl:tmplate must not appear directly within xsl:stylesheet ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Element xsl:tmplate must not appear directly within xsl:stylesheet at net.sf.saxon.style.StyleElement.compileError(StyleElement.java:2165) at net.sf.saxon.style.XSLPackage.validate(XSLPackage.java:182) at net.sf.saxon.style.StylesheetPackage.preprocess(StylesheetPackage.java:442) at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:180) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:190) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:124) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-12-11 12:24:21,384 ERROR [main] org.appng.core.model.PlatformTransformer: Unknown XSLT element: tmplate ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Unknown XSLT element: tmplate at net.sf.saxon.style.StyleNodeFactory.makeElementNode(StyleNodeFactory.java:283) at net.sf.saxon.tree.linked.LinkedTreeBuilder.startContent(LinkedTreeBuilder.java:251) at net.sf.saxon.style.UseWhenFilter.startContent(UseWhenFilter.java:449) at net.sf.saxon.event.StartTagBuffer.startContent(StartTagBuffer.java:233) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:178) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:178) at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:356) 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:440) at net.sf.saxon.event.Sender.send(Sender.java:171) at net.sf.saxon.style.StylesheetModule.loadStylesheetModule(StylesheetModule.java:128) at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:131) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:190) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:124) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-12-11 12:24:21,385 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 877842784- 2018-12-11 12:24:21,395 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@39b19673: startup date [Tue Dec 11 12:24:20 CET 2018]; root of context hierarchy 2018-12-11 12:24:21,396 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-12-11 12:24:21,396 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 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 2018-12-11 12:24:21,403 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2018-12-11 12:24:21,404 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2018-12-11 12:24:21,407 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG/foobar 2018-12-11 12:24:21,407 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.011 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 2018-12-11 12:24:21,424 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] 2018-12-11 12:24:21,424 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5a3f9efa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@187f7868, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@777ebf6b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1f5e4ec9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3930db96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5aef58e0] 2018-12-11 12:24:21,426 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-12-11 12:24:21,449 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-12-11 12:24:21,457 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-12-11 12:24:21,466 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@58e83131: startup date [Tue Dec 11 12:24:21 CET 2018]; root of context hierarchy 2018-12-11 12:24:21,574 INFO [HSQLDB Server @211d223f] hsqldb.db.HSQLDB679D02BCBE.ENGINE: Checkpoint start 2018-12-11 12:24:21,574 INFO [HSQLDB Server @211d223f] hsqldb.db.HSQLDB679D02BCBE.ENGINE: checkpointClose start 2018-12-11 12:24:21,581 INFO [HSQLDB Server @211d223f] hsqldb.db.HSQLDB679D02BCBE.ENGINE: checkpointClose synched 2018-12-11 12:24:21,590 INFO [HSQLDB Server @211d223f] hsqldb.db.HSQLDB679D02BCBE.ENGINE: checkpointClose script done 2018-12-11 12:24:21,604 INFO [HSQLDB Server @211d223f] hsqldb.db.HSQLDB679D02BCBE.ENGINE: checkpointClose end 2018-12-11 12:24:21,607 INFO [HSQLDB Server @211d223f] hsqldb.db.HSQLDB679D02BCBE.ENGINE: Checkpoint end - txts: 1 2018-12-11 12:24:21,664 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-12-11 12:24:21,665 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-12-11 12:24:21,802 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:21,811 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:21,850 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-12-11 12:24:22,156 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 2018-12-11 12:24:22,157 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en 2018-12-11 12:24:22,323 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: 447866938 at org.appng.api.support.CallableAction.execute(CallableAction.java:438) at org.appng.api.support.CallableAction.perform(CallableAction.java:319) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:533) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:424) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:468) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:432) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:351) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:280) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 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) ... 42 more 2018-12-11 12:24:22,459 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: 1141714120 at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:238) at org.appng.api.support.CallableAction.retrieveData(CallableAction.java:225) at org.appng.api.support.CallableAction.perform(CallableAction.java:317) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:533) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:424) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:468) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:432) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:351) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:280) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 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) ... 43 more 2018-12-11 12:24:22,637 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@58e83131: startup date [Tue Dec 11 12:24:21 CET 2018]; root of context hierarchy 2018-12-11 12:24:22,637 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-12-11 12:24:22,773 INFO [HSQLDB Connection @30d83382] hsqldb.db.HSQLDB679D02BCBE.ENGINE: Database closed [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 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.024 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2018-12-11 12:24:23,051 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.05 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.005 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.application.PermissionProcessorTest 2018-12-11 12:24:23,090 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-12-11 12:24:23,090 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-12-11 12:24:23,091 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-12-11 12:24:23,091 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-12-11 12:24:23,091 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-12-11 12:24:23,091 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 2018-12-11 12:24:23,604 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:83) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in org.appng.core.controller.rest.RestActionTest [INFO] Running org.appng.core.controller.rest.RestDataSourceTest 2018-12-11 12:24:23,731 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:83) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.appng.core.controller.rest.RestDataSourceTest [INFO] Running org.appng.core.controller.rest.RestOperationTest 2018-12-11 12:24:23,733 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:83) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.core.controller.rest.RestOperationTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2018-12-11 12:24:23,738 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com 2018-12-11 12:24:23,739 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 2018-12-11 12:24:23,740 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2018-12-11 12:24:23,740 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.006 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.006 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2018-12-11 12:24:23,754 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] 2018-12-11 12:24:23,755 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@46cef39e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@cd3acdd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1ab63c78, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3e0c2650, org.springframework.test.context.transaction.TransactionalTestExecutionListener@fef700c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1ecb9068] 2018-12-11 12:24:23,756 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-12-11 12:24:23,779 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-12-11 12:24:23,787 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-12-11 12:24:23,797 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@35b53a35: startup date [Tue Dec 11 12:24:23 CET 2018]; root of context hierarchy 2018-12-11 12:24:23,922 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-12-11 12:24:23,922 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-12-11 12:24:24,055 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:24:24,067 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:24:24,310 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-12-11 12:24:24,601 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@35b53a35: startup date [Tue Dec 11 12:24:23 CET 2018]; root of context hierarchy 2018-12-11 12:24:24,601 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-12-11 12:24:24,836 INFO [HSQLDB Connection @7312b8b0] hsqldb.db.HSQLDB679D02BCBE.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.RedirectTest 2018-12-11 12:24:25,042 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2018-12-11 12:24:25,043 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2018-12-11 12:24:25,043 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.003 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2018-12-11 12:24:25,065 INFO [main] org.appng.core.controller.PlatformStartup: 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2018-12-11 12:24:25,070 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2018-12-11 12:24:25,071 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2018-12-11 12:24:25,071 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2018-12-11 12:24:25,071 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2018-12-11 12:24:25,071 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2018-12-11 12:24:25,071 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2018-12-11 12:24:25,071 INFO [main] org.appng.core.controller.PlatformStartup: 2018-12-11 12:24:25,072 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/database/appng on port 9050 2018-12-11 12:24:25,086 INFO [HSQLDB Server @6c003ee7] hsqldb.db.HSQLDB679D02CA7A.ENGINE: Checkpoint start 2018-12-11 12:24:25,086 INFO [HSQLDB Server @6c003ee7] hsqldb.db.HSQLDB679D02CA7A.ENGINE: checkpointClose start 2018-12-11 12:24:25,117 INFO [HSQLDB Server @6c003ee7] hsqldb.db.HSQLDB679D02CA7A.ENGINE: checkpointClose synched 2018-12-11 12:24:25,127 INFO [HSQLDB Server @6c003ee7] hsqldb.db.HSQLDB679D02CA7A.ENGINE: checkpointClose script done 2018-12-11 12:24:25,141 INFO [HSQLDB Server @6c003ee7] hsqldb.db.HSQLDB679D02CA7A.ENGINE: checkpointClose end 2018-12-11 12:24:25,142 INFO [HSQLDB Server @6c003ee7] hsqldb.db.HSQLDB679D02CA7A.ENGINE: Checkpoint end - txts: 1 2018-12-11 12:24:25,173 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:24:25,276 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-12-11 12:24:25,379 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-12-11 12:24:25,491 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-12-11 12:24:25,594 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-12-11 12:24:25,605 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s) 2018-12-11 12:24:25,617 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:24:25,630 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:24:25,635 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:24:25,662 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:24:25,674 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:24:25,681 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:24:25,688 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:24:25,695 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:24:25,701 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:24:25,707 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:24:25,714 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:24:25,720 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:24:25,727 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:24:25,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.116s). 2018-12-11 12:24:25,734 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2018-12-11 12:24:25,735 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 670 ms. 2018-12-11 12:24:25,735 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2018-12-11 12:24:30,737 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2018-12-11 12:24:30,737 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.698 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 2018-12-11 12:24:30,744 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@699b79c7: startup date [Tue Dec 11 12:24:30 CET 2018]; root of context hierarchy 2018-12-11 12:24:30,803 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 2018-12-11 12:24:30,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@699b79c7: startup date [Tue Dec 11 12:24:30 CET 2018]; root of context hierarchy 2018-12-11 12:24:30,933 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2018-12-11 12:24:30,935 ERROR [main] org.appng.core.controller.handler.ServiceRequestHandler: error while processing service-request /services/foo/bar?jin=fizz java.io.IOException: no such site: foo at org.appng.core.controller.handler.ServiceRequestHandler.handle(ServiceRequestHandler.java:169) at org.appng.core.controller.handler.ServiceRequestHandlerTest.testError(ServiceRequestHandlerTest.java:338) 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.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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-12-11 12:24:30,937 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@717cde51: startup date [Tue Dec 11 12:24:30 CET 2018]; root of context hierarchy 2018-12-11 12:24:30,944 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 2018-12-11 12:24:30,951 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@717cde51: startup date [Tue Dec 11 12:24:30 CET 2018]; root of context hierarchy 2018-12-11 12:24:30,970 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@59b3b698: startup date [Tue Dec 11 12:24:30 CET 2018]; root of context hierarchy 2018-12-11 12:24:30,976 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 2018-12-11 12:24:30,978 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound 2018-12-11 12:24:30,979 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2b457208: startup date [Tue Dec 11 12:24:30 CET 2018]; root of context hierarchy 2018-12-11 12:24:30,984 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 2018-12-11 12:24:30,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@2b457208: startup date [Tue Dec 11 12:24:30 CET 2018]; root of context hierarchy 2018-12-11 12:24:30,998 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2018-12-11 12:24:31,008 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@37eb698b: startup date [Tue Dec 11 12:24:31 CET 2018]; root of context hierarchy 2018-12-11 12:24:31,013 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 2018-12-11 12:24:31,019 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@37eb698b: startup date [Tue Dec 11 12:24:31 CET 2018]; root of context hierarchy 2018-12-11 12:24:31,027 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest 2018-12-11 12:24:31,133 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 2018-12-11 12:24:31,134 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf 2018-12-11 12:24:31,135 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 2018-12-11 12:24:31,136 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2018-12-11 12:24:31,144 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4) 2018-12-11 12:24:31,144 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3) 2018-12-11 12:24:31,145 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2) 2018-12-11 12:24:31,145 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1) 2018-12-11 12:24:31,165 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.198 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.SessionListenerTest 2018-12-11 12:24:31,256 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-12-11 12:24:31) 2018-12-11 12:24:31,257 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2018-12-11 12:24:31) 2018-12-11 12:24:31,258 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2018-12-11 12:24:31, accessed: 2018-12-11 12:24:31, requests: 1, domain: http://localhost:8080, user-agent: null) 2018-12-11 12:24:31,259 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-12-11 12:24:31) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ControllerTest 2018-12-11 12:24:31,271 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,272 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1071179172 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,292 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,294 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1358557891 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,297 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,298 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#618554689 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,300 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,301 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1824116478 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,309 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,310 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#652478354 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,312 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,313 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#390900876 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,314 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,315 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2126425471 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,319 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,320 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1981812425 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,321 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2018-12-11 12:24:31,321 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,322 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#440401264 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,327 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,327 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#740889731 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,329 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,330 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1264836684 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,332 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,332 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#875978158 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,334 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,335 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1830849714 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,336 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,337 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#82096079 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,340 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,341 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#490606230 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,344 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,346 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#121078206 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,348 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,349 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#914041723 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,351 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,352 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1686961317 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,353 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2018-12-11 12:24:31,353 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,354 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1771766172 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,356 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,356 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2041092501 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,361 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,362 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1019689012 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,365 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,366 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#931188207 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,367 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,368 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1064034701 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,369 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,370 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#463844008 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,371 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,372 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#822275697 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,374 INFO [main] org.appng.core.controller.Controller: Controller created 2018-12-11 12:24:31,375 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1853348326 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 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.039 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2018-12-11 12:24:31,451 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2018-12-11 12:24:31,457 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2018-12-11 12:24:31,463 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 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.035 s - in org.appng.core.controller.filter.PageCacheFilterTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2018-12-11 12:24:31,504 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#192204329 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,512 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#355765139 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,535 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1081512401 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-12-11 12:24:31,539 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing java.lang.NullPointerException at org.appng.core.model.PlatformProcessor.getPlatform(PlatformProcessor.java:72) at org.appng.core.model.AbstractRequestProcessor.processPlatform(AbstractRequestProcessor.java:114) at org.appng.core.model.PlatformProcessor.processWithTemplate(PlatformProcessor.java:87) at org.appng.core.controller.PlatformProcessorTest.testTransformError(PlatformProcessorTest.java:136) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-12-11 12:24:31,541 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1375722441 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.appng.core.controller.PlatformProcessorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 299, 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.18.0-RC6.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: http://projects.spring.io/spring-ws/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: http://freemarker.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: http://commons.apache.org/proper/commons-text/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: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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/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/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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: http://www.rabbitmq.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://spring.io/spring-security/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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://github.com/spring-projects/spring-session/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mongodb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-data-mongodb/spring-data-mongodb/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. [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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:59: 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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6.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.18.0-RC6/appng-core-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-core --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6.jar Progress (1): 2.0/575 kB Progress (1): 4.1/575 kB Progress (1): 6.1/575 kB Progress (1): 8.2/575 kB Progress (1): 10/575 kB Progress (1): 12/575 kB Progress (1): 14/575 kB Progress (1): 16/575 kB Progress (1): 18/575 kB Progress (1): 20/575 kB Progress (1): 23/575 kB Progress (1): 25/575 kB Progress (1): 27/575 kB Progress (1): 29/575 kB Progress (1): 31/575 kB Progress (1): 33/575 kB Progress (1): 35/575 kB Progress (1): 37/575 kB Progress (1): 39/575 kB Progress (1): 41/575 kB Progress (1): 43/575 kB Progress (1): 45/575 kB Progress (1): 47/575 kB Progress (1): 49/575 kB Progress (1): 51/575 kB Progress (1): 53/575 kB Progress (1): 55/575 kB Progress (1): 57/575 kB Progress (1): 59/575 kB Progress (1): 61/575 kB Progress (1): 63/575 kB Progress (1): 66/575 kB Progress (1): 68/575 kB Progress (1): 70/575 kB Progress (1): 72/575 kB Progress (1): 74/575 kB Progress (1): 76/575 kB Progress (1): 78/575 kB Progress (1): 80/575 kB Progress (1): 82/575 kB Progress (1): 84/575 kB Progress (1): 86/575 kB Progress (1): 88/575 kB Progress (1): 90/575 kB Progress (1): 92/575 kB Progress (1): 94/575 kB Progress (1): 96/575 kB Progress (1): 98/575 kB Progress (1): 100/575 kB Progress (1): 102/575 kB Progress (1): 104/575 kB Progress (1): 106/575 kB Progress (1): 109/575 kB Progress (1): 111/575 kB Progress (1): 113/575 kB Progress (1): 115/575 kB Progress (1): 117/575 kB Progress (1): 119/575 kB Progress (1): 121/575 kB Progress (1): 123/575 kB Progress (1): 125/575 kB Progress (1): 127/575 kB Progress (1): 129/575 kB Progress (1): 131/575 kB Progress (1): 133/575 kB Progress (1): 135/575 kB Progress (1): 137/575 kB Progress (1): 139/575 kB Progress (1): 141/575 kB Progress (1): 143/575 kB Progress (1): 145/575 kB Progress (1): 147/575 kB Progress (1): 150/575 kB Progress (1): 152/575 kB Progress (1): 154/575 kB Progress (1): 156/575 kB Progress (1): 158/575 kB Progress (1): 160/575 kB Progress (1): 162/575 kB Progress (1): 164/575 kB Progress (1): 166/575 kB Progress (1): 168/575 kB Progress (1): 170/575 kB Progress (1): 172/575 kB Progress (1): 174/575 kB Progress (1): 176/575 kB Progress (1): 178/575 kB Progress (1): 180/575 kB Progress (1): 182/575 kB Progress (1): 184/575 kB Progress (1): 186/575 kB Progress (1): 188/575 kB Progress (1): 190/575 kB Progress (1): 193/575 kB Progress (1): 195/575 kB Progress (1): 197/575 kB Progress (1): 199/575 kB Progress (1): 201/575 kB Progress (1): 203/575 kB Progress (1): 205/575 kB Progress (1): 207/575 kB Progress (1): 209/575 kB Progress (1): 211/575 kB Progress (1): 213/575 kB Progress (1): 215/575 kB Progress (1): 217/575 kB Progress (1): 219/575 kB Progress (1): 221/575 kB Progress (1): 223/575 kB Progress (1): 225/575 kB Progress (1): 227/575 kB Progress (1): 229/575 kB Progress (1): 231/575 kB Progress (1): 233/575 kB Progress (1): 236/575 kB Progress (1): 238/575 kB Progress (1): 240/575 kB Progress (1): 242/575 kB Progress (1): 244/575 kB Progress (1): 246/575 kB Progress (1): 248/575 kB Progress (1): 250/575 kB Progress (1): 252/575 kB Progress (1): 254/575 kB Progress (1): 256/575 kB Progress (1): 258/575 kB Progress (1): 260/575 kB Progress (1): 262/575 kB Progress (1): 264/575 kB Progress (1): 266/575 kB Progress (1): 268/575 kB Progress (1): 270/575 kB Progress (1): 272/575 kB Progress (1): 274/575 kB Progress (1): 276/575 kB Progress (1): 279/575 kB Progress (1): 281/575 kB Progress (1): 283/575 kB Progress (1): 285/575 kB Progress (1): 287/575 kB Progress (1): 289/575 kB Progress (1): 291/575 kB Progress (1): 293/575 kB Progress (1): 295/575 kB Progress (1): 297/575 kB Progress (1): 299/575 kB Progress (1): 301/575 kB Progress (1): 303/575 kB Progress (1): 305/575 kB Progress (1): 307/575 kB Progress (1): 309/575 kB Progress (1): 311/575 kB Progress (1): 313/575 kB Progress (1): 315/575 kB Progress (1): 317/575 kB Progress (1): 319/575 kB Progress (1): 322/575 kB Progress (1): 324/575 kB Progress (1): 326/575 kB Progress (1): 328/575 kB Progress (1): 330/575 kB Progress (1): 332/575 kB Progress (1): 334/575 kB Progress (1): 336/575 kB Progress (1): 338/575 kB Progress (1): 340/575 kB Progress (1): 342/575 kB Progress (1): 344/575 kB Progress (1): 346/575 kB Progress (1): 348/575 kB Progress (1): 350/575 kB Progress (1): 352/575 kB Progress (1): 354/575 kB Progress (1): 356/575 kB Progress (1): 358/575 kB Progress (1): 360/575 kB Progress (1): 362/575 kB Progress (1): 365/575 kB Progress (1): 367/575 kB Progress (1): 369/575 kB Progress (1): 371/575 kB Progress (1): 373/575 kB Progress (1): 375/575 kB Progress (1): 377/575 kB Progress (1): 379/575 kB Progress (1): 381/575 kB Progress (1): 383/575 kB Progress (1): 385/575 kB Progress (1): 387/575 kB Progress (1): 389/575 kB Progress (1): 391/575 kB Progress (1): 393/575 kB Progress (1): 395/575 kB Progress (1): 397/575 kB Progress (1): 399/575 kB Progress (1): 401/575 kB Progress (1): 403/575 kB Progress (1): 406/575 kB Progress (1): 408/575 kB Progress (1): 410/575 kB Progress (1): 412/575 kB Progress (1): 414/575 kB Progress (1): 416/575 kB Progress (1): 418/575 kB Progress (1): 420/575 kB Progress (1): 422/575 kB Progress (1): 424/575 kB Progress (1): 426/575 kB Progress (1): 428/575 kB Progress (1): 430/575 kB Progress (1): 432/575 kB Progress (1): 434/575 kB Progress (1): 436/575 kB Progress (1): 438/575 kB Progress (1): 440/575 kB Progress (1): 442/575 kB Progress (1): 444/575 kB Progress (1): 446/575 kB Progress (1): 449/575 kB Progress (1): 451/575 kB Progress (1): 453/575 kB Progress (1): 455/575 kB Progress (1): 457/575 kB Progress (1): 459/575 kB Progress (1): 461/575 kB Progress (1): 463/575 kB Progress (1): 465/575 kB Progress (1): 467/575 kB Progress (1): 469/575 kB Progress (1): 471/575 kB Progress (1): 473/575 kB Progress (1): 475/575 kB Progress (1): 477/575 kB Progress (1): 479/575 kB Progress (1): 481/575 kB Progress (1): 483/575 kB Progress (1): 485/575 kB Progress (1): 487/575 kB Progress (1): 489/575 kB Progress (1): 492/575 kB Progress (1): 494/575 kB Progress (1): 496/575 kB Progress (1): 498/575 kB Progress (1): 500/575 kB Progress (1): 502/575 kB Progress (1): 504/575 kB Progress (1): 506/575 kB Progress (1): 508/575 kB Progress (1): 510/575 kB Progress (1): 512/575 kB Progress (1): 514/575 kB Progress (1): 516/575 kB Progress (1): 518/575 kB Progress (1): 520/575 kB Progress (1): 522/575 kB Progress (1): 524/575 kB Progress (1): 526/575 kB Progress (1): 528/575 kB Progress (1): 530/575 kB Progress (1): 532/575 kB Progress (1): 535/575 kB Progress (1): 537/575 kB Progress (1): 539/575 kB Progress (1): 541/575 kB Progress (1): 543/575 kB Progress (1): 545/575 kB Progress (1): 547/575 kB Progress (1): 549/575 kB Progress (1): 551/575 kB Progress (1): 553/575 kB Progress (1): 555/575 kB Progress (1): 557/575 kB Progress (1): 559/575 kB Progress (1): 561/575 kB Progress (1): 563/575 kB Progress (1): 565/575 kB Progress (1): 567/575 kB Progress (1): 569/575 kB Progress (1): 571/575 kB Progress (1): 573/575 kB Progress (1): 575 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6.jar (575 kB at 9.4 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6.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/10 kB Progress (1): 10 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6.pom (10 kB at 241 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 417 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (417 B at 35 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 417 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (417 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (453 B at 8.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (453 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6-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/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/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/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://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6-javadoc.jar (1.1 MB at 10 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 453 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (453 B at 50 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (453 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6-sources.jar Progress (1): 2.0/365 kB Progress (1): 4.1/365 kB Progress (1): 6.1/365 kB Progress (1): 8.2/365 kB Progress (1): 10/365 kB Progress (1): 12/365 kB Progress (1): 14/365 kB Progress (1): 16/365 kB Progress (1): 18/365 kB Progress (1): 20/365 kB Progress (1): 23/365 kB Progress (1): 25/365 kB Progress (1): 27/365 kB Progress (1): 29/365 kB Progress (1): 31/365 kB Progress (1): 33/365 kB Progress (1): 35/365 kB Progress (1): 37/365 kB Progress (1): 39/365 kB Progress (1): 41/365 kB Progress (1): 43/365 kB Progress (1): 45/365 kB Progress (1): 47/365 kB Progress (1): 49/365 kB Progress (1): 51/365 kB Progress (1): 53/365 kB Progress (1): 55/365 kB Progress (1): 57/365 kB Progress (1): 59/365 kB Progress (1): 61/365 kB Progress (1): 63/365 kB Progress (1): 66/365 kB Progress (1): 68/365 kB Progress (1): 70/365 kB Progress (1): 72/365 kB Progress (1): 74/365 kB Progress (1): 76/365 kB Progress (1): 78/365 kB Progress (1): 80/365 kB Progress (1): 82/365 kB Progress (1): 84/365 kB Progress (1): 86/365 kB Progress (1): 88/365 kB Progress (1): 90/365 kB Progress (1): 92/365 kB Progress (1): 94/365 kB Progress (1): 96/365 kB Progress (1): 98/365 kB Progress (1): 100/365 kB Progress (1): 102/365 kB Progress (1): 104/365 kB Progress (1): 106/365 kB Progress (1): 109/365 kB Progress (1): 111/365 kB Progress (1): 113/365 kB Progress (1): 115/365 kB Progress (1): 117/365 kB Progress (1): 119/365 kB Progress (1): 121/365 kB Progress (1): 123/365 kB Progress (1): 125/365 kB Progress (1): 127/365 kB Progress (1): 129/365 kB Progress (1): 131/365 kB Progress (1): 133/365 kB Progress (1): 135/365 kB Progress (1): 137/365 kB Progress (1): 139/365 kB Progress (1): 141/365 kB Progress (1): 143/365 kB Progress (1): 145/365 kB Progress (1): 147/365 kB Progress (1): 150/365 kB Progress (1): 152/365 kB Progress (1): 154/365 kB Progress (1): 156/365 kB Progress (1): 158/365 kB Progress (1): 160/365 kB Progress (1): 162/365 kB Progress (1): 164/365 kB Progress (1): 166/365 kB Progress (1): 168/365 kB Progress (1): 170/365 kB Progress (1): 172/365 kB Progress (1): 174/365 kB Progress (1): 176/365 kB Progress (1): 178/365 kB Progress (1): 180/365 kB Progress (1): 182/365 kB Progress (1): 184/365 kB Progress (1): 186/365 kB Progress (1): 188/365 kB Progress (1): 190/365 kB Progress (1): 193/365 kB Progress (1): 195/365 kB Progress (1): 197/365 kB Progress (1): 199/365 kB Progress (1): 201/365 kB Progress (1): 203/365 kB Progress (1): 205/365 kB Progress (1): 207/365 kB Progress (1): 209/365 kB Progress (1): 211/365 kB Progress (1): 213/365 kB Progress (1): 215/365 kB Progress (1): 217/365 kB Progress (1): 219/365 kB Progress (1): 221/365 kB Progress (1): 223/365 kB Progress (1): 225/365 kB Progress (1): 227/365 kB Progress (1): 229/365 kB Progress (1): 231/365 kB Progress (1): 233/365 kB Progress (1): 236/365 kB Progress (1): 238/365 kB Progress (1): 240/365 kB Progress (1): 242/365 kB Progress (1): 244/365 kB Progress (1): 246/365 kB Progress (1): 248/365 kB Progress (1): 250/365 kB Progress (1): 252/365 kB Progress (1): 254/365 kB Progress (1): 256/365 kB Progress (1): 258/365 kB Progress (1): 260/365 kB Progress (1): 262/365 kB Progress (1): 264/365 kB Progress (1): 266/365 kB Progress (1): 268/365 kB Progress (1): 270/365 kB Progress (1): 272/365 kB Progress (1): 274/365 kB Progress (1): 276/365 kB Progress (1): 279/365 kB Progress (1): 281/365 kB Progress (1): 283/365 kB Progress (1): 285/365 kB Progress (1): 287/365 kB Progress (1): 289/365 kB Progress (1): 291/365 kB Progress (1): 293/365 kB Progress (1): 295/365 kB Progress (1): 297/365 kB Progress (1): 299/365 kB Progress (1): 301/365 kB Progress (1): 303/365 kB Progress (1): 305/365 kB Progress (1): 307/365 kB Progress (1): 309/365 kB Progress (1): 311/365 kB Progress (1): 313/365 kB Progress (1): 315/365 kB Progress (1): 317/365 kB Progress (1): 319/365 kB Progress (1): 322/365 kB Progress (1): 324/365 kB Progress (1): 326/365 kB Progress (1): 328/365 kB Progress (1): 330/365 kB Progress (1): 332/365 kB Progress (1): 334/365 kB Progress (1): 336/365 kB Progress (1): 338/365 kB Progress (1): 340/365 kB Progress (1): 342/365 kB Progress (1): 344/365 kB Progress (1): 346/365 kB Progress (1): 348/365 kB Progress (1): 350/365 kB Progress (1): 352/365 kB Progress (1): 354/365 kB Progress (1): 356/365 kB Progress (1): 358/365 kB Progress (1): 360/365 kB Progress (1): 362/365 kB Progress (1): 365/365 kB Progress (1): 365 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC6/appng-core-1.18.0-RC6-sources.jar (365 kB at 2.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 453 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (453 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 453 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (453 B at 828 B/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat7 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat7 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat7 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat7 --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tomcat7 --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.core.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-tomcat7/target/apidocs/org/appng/core/controller/Tomcat7Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/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-tomcat7/target/apidocs/org/appng/core/controller/class-use/Tomcat7Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-tomcat7 >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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-tomcat7 <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-tomcat7 --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat7 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat7 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tomcat7 --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.jar (3.0 kB at 74 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.pom Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6.pom (1.0 kB at 28 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (420 B at 26 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (420 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (456 B at 6.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (456 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6-javadoc.jar (27 kB at 742 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (456 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (456 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC6/appng-tomcat7-1.18.0-RC6-sources.jar (3.0 kB at 59 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (456 B at 41 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (456 B at 18 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat8 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat8 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat8 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat8 --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tomcat8 --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.core.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-tomcat8/target/apidocs/org/appng/core/controller/Tomcat8Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/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-tomcat8/target/apidocs/org/appng/core/controller/class-use/Tomcat8Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-tomcat8 >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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-tomcat8 <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-tomcat8 --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat8 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat8 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tomcat8 --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.jar Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.jar (3.1 kB at 68 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.pom Progress (1): 987 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6.pom (987 B at 4.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (420 B at 26 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (420 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (456 B at 6.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (456 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6-javadoc.jar (27 kB at 743 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (456 B at 46 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (456 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC6/appng-tomcat8-1.18.0-RC6-sources.jar (3.0 kB at 80 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (456 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (456 B at 24 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.18.0-RC6 [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 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 68 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: Recompile with -Xlint:deprecation for details. [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 34 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20: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.303 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2018-12-11 12:25:10,075 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:10,449 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:10,592 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2e4b8173: startup date [Tue Dec 11 12:25:10 CET 2018]; root of context hierarchy 2018-12-11 12:25:10,930 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:11,014 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:11,149 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-12-11 12:25:11,152 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-12-11 12:25:11,231 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-12-11 12:25:11,527 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:11,538 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:11,900 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:12,618 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-12-11 12:25:13,885 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:15,961 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2e4b8173: startup date [Tue Dec 11 12:25:10 CET 2018]; root of context hierarchy 2018-12-11 12:25:15,964 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.097 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2018-12-11 12:25:15,975 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:16,116 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:16,160 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1a7163e3: startup date [Tue Dec 11 12:25:16 CET 2018]; root of context hierarchy 2018-12-11 12:25:16,242 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:16,259 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:16,292 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:16,292 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:16,293 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:16,635 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:17,156 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1a7163e3: startup date [Tue Dec 11 12:25:16 CET 2018]; root of context hierarchy 2018-12-11 12:25:17,158 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.193 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2018-12-11 12:25:17,167 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:17,269 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:17,301 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@49e62b17: startup date [Tue Dec 11 12:25:17 CET 2018]; root of context hierarchy 2018-12-11 12:25:17,359 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:17,374 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:17,399 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:17,399 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:17,400 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:17,615 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:17,998 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@49e62b17: startup date [Tue Dec 11 12:25:17 CET 2018]; root of context hierarchy 2018-12-11 12:25:18,000 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.841 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2018-12-11 12:25:18,010 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:18,115 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:18,147 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1c79d093: startup date [Tue Dec 11 12:25:18 CET 2018]; root of context hierarchy 2018-12-11 12:25:18,204 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:18,218 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:18,242 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:18,243 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:18,244 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:18,442 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:18,860 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1c79d093: startup date [Tue Dec 11 12:25:18 CET 2018]; root of context hierarchy 2018-12-11 12:25:18,862 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.862 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2018-12-11 12:25:18,871 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:18,971 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:19,001 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@e344f14: startup date [Tue Dec 11 12:25:19 CET 2018]; root of context hierarchy 2018-12-11 12:25:19,054 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:19,069 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:19,094 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:19,094 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:19,095 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:19,291 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:19,650 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@e344f14: startup date [Tue Dec 11 12:25:19 CET 2018]; root of context hierarchy 2018-12-11 12:25:19,651 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.789 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2018-12-11 12:25:19,660 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:19,757 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:19,784 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2fca9fae: startup date [Tue Dec 11 12:25:19 CET 2018]; root of context hierarchy 2018-12-11 12:25:19,836 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:19,851 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:19,884 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:19,884 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:19,885 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:20,043 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:20,329 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2fca9fae: startup date [Tue Dec 11 12:25:19 CET 2018]; root of context hierarchy 2018-12-11 12:25:20,330 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.678 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2018-12-11 12:25:20,338 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:20,433 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:20,458 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7ab8c972: startup date [Tue Dec 11 12:25:20 CET 2018]; root of context hierarchy 2018-12-11 12:25:20,509 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:20,526 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:20,550 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:20,550 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:20,551 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:20,702 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:21,048 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7ab8c972: startup date [Tue Dec 11 12:25:20 CET 2018]; root of context hierarchy 2018-12-11 12:25:21,049 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.718 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2018-12-11 12:25:21,058 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:21,149 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:21,174 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@52c919f3: startup date [Tue Dec 11 12:25:21 CET 2018]; root of context hierarchy 2018-12-11 12:25:21,222 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:21,234 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:21,256 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:21,256 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:21,257 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:21,423 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:21,777 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@52c919f3: startup date [Tue Dec 11 12:25:21 CET 2018]; root of context hierarchy 2018-12-11 12:25:21,779 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.728 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2018-12-11 12:25:21,790 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:21,905 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:21,941 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6a4ba6f4: startup date [Tue Dec 11 12:25:21 CET 2018]; root of context hierarchy 2018-12-11 12:25:22,014 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:22,028 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:22,054 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:22,054 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:22,055 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:22,264 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:22,678 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6a4ba6f4: startup date [Tue Dec 11 12:25:21 CET 2018]; root of context hierarchy 2018-12-11 12:25:22,680 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.9 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2018-12-11 12:25:22,689 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:22,863 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:22,887 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2df019b8: startup date [Tue Dec 11 12:25:22 CET 2018]; root of context hierarchy 2018-12-11 12:25:22,935 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:22,948 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:22,968 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:22,968 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:22,972 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:23,111 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:23,369 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2df019b8: startup date [Tue Dec 11 12:25:22 CET 2018]; root of context hierarchy 2018-12-11 12:25:23,371 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.69 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2018-12-11 12:25:23,378 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:23,461 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:23,483 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6eb58fdd: startup date [Tue Dec 11 12:25:23 CET 2018]; root of context hierarchy 2018-12-11 12:25:23,530 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:23,542 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:23,562 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:23,563 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:23,563 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:23,691 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:23,916 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6eb58fdd: startup date [Tue Dec 11 12:25:23 CET 2018]; root of context hierarchy 2018-12-11 12:25:23,917 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.546 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2018-12-11 12:25:23,925 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:24,008 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:24,031 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@725bb3a8: startup date [Tue Dec 11 12:25:24 CET 2018]; root of context hierarchy 2018-12-11 12:25:24,079 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:24,091 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:24,112 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:24,112 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:24,113 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:24,236 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:24,452 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/ 2018-12-11 12:25:24,543 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-12-11 12:25:24,544 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-12-11 12:25:24,544 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-12-11 12:25:24,546 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-12-11 12:25:24,546 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-12-11 12:25:24,546 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-12-11 12:25:24,567 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@725bb3a8: startup date [Tue Dec 11 12:25:24 CET 2018]; root of context hierarchy 2018-12-11 12:25:24,568 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.65 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2018-12-11 12:25:24,575 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:24,664 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:24,687 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@fc4d7c0: startup date [Tue Dec 11 12:25:24 CET 2018]; root of context hierarchy 2018-12-11 12:25:24,732 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:24,744 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:24,766 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:24,766 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:24,767 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:24,915 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:25,158 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@fc4d7c0: startup date [Tue Dec 11 12:25:24 CET 2018]; root of context hierarchy 2018-12-11 12:25:25,159 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.59 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2018-12-11 12:25:25,166 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:25,242 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:25,264 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7e36c60b: startup date [Tue Dec 11 12:25:25 CET 2018]; root of context hierarchy 2018-12-11 12:25:25,309 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:25,321 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:25,341 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:25,341 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:25,342 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:25,491 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:25,832 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7e36c60b: startup date [Tue Dec 11 12:25:25 CET 2018]; root of context hierarchy 2018-12-11 12:25:25,833 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.673 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2018-12-11 12:25:25,841 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:25,917 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:25,939 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3b0c48bd: startup date [Tue Dec 11 12:25:25 CET 2018]; root of context hierarchy 2018-12-11 12:25:25,984 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:25,995 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:26,014 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:26,015 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:26,016 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:26,136 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 2018-12-11 12:25:26,635 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3b0c48bd: startup date [Tue Dec 11 12:25:25 CET 2018]; root of context hierarchy 2018-12-11 12:25:26,636 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.802 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2018-12-11 12:25:26,646 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:26,721 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:26,742 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@11216e2e: startup date [Tue Dec 11 12:25:26 CET 2018]; root of context hierarchy 2018-12-11 12:25:26,792 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:26,807 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:26,828 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:26,829 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:26,829 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:26,956 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 2018-12-11 12:25:37,224 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2018-12-11 12:25:37,265 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-12-11 12:25:37,266 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2018-12-11 12:25:37,301 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@11216e2e: startup date [Tue Dec 11 12:25:26 CET 2018]; root of context hierarchy 2018-12-11 12:25:37,306 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.676 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2018-12-11 12:25:37,321 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:37,403 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:37,426 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2eaf17c5: startup date [Tue Dec 11 12:25:37 CET 2018]; root of context hierarchy 2018-12-11 12:25:37,477 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:37,489 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:37,511 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:37,512 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:37,518 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:37,659 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:37,940 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2eaf17c5: startup date [Tue Dec 11 12:25:37 CET 2018]; root of context hierarchy 2018-12-11 12:25:37,941 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.628 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2018-12-11 12:25:37,949 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:38,027 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:38,049 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@666f5518: startup date [Tue Dec 11 12:25:38 CET 2018]; root of context hierarchy 2018-12-11 12:25:38,096 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:38,108 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:38,128 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:38,129 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:38,129 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:38,248 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:41,001 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@666f5518: startup date [Tue Dec 11 12:25:38 CET 2018]; root of context hierarchy 2018-12-11 12:25:41,002 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: 3.06 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2018-12-11 12:25:41,009 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:41,092 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:41,116 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@35f15782: startup date [Tue Dec 11 12:25:41 CET 2018]; root of context hierarchy 2018-12-11 12:25:41,170 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:41,184 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:41,205 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:41,206 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:41,208 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:41,369 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:41,685 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@35f15782: startup date [Tue Dec 11 12:25:41 CET 2018]; root of context hierarchy 2018-12-11 12:25:41,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: 0.682 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2018-12-11 12:25:41,694 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:41,799 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:41,833 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@28353636: startup date [Tue Dec 11 12:25:41 CET 2018]; root of context hierarchy 2018-12-11 12:25:41,909 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:41,925 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:41,955 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:41,955 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:41,956 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:42,131 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:42,847 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@28353636: startup date [Tue Dec 11 12:25:41 CET 2018]; root of context hierarchy 2018-12-11 12:25:42,848 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.162 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2018-12-11 12:25:42,856 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:42,930 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:42,949 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@72aa2bb4: startup date [Tue Dec 11 12:25:42 CET 2018]; root of context hierarchy 2018-12-11 12:25:42,993 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:43,004 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:43,022 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:43,023 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:43,024 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:43,127 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:43,345 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@72aa2bb4: startup date [Tue Dec 11 12:25:42 CET 2018]; root of context hierarchy 2018-12-11 12:25:43,346 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.496 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2018-12-11 12:25:43,352 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:43,425 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:43,445 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e13a534: startup date [Tue Dec 11 12:25:43 CET 2018]; root of context hierarchy 2018-12-11 12:25:43,489 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:43,500 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:43,520 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:43,520 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:43,522 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:43,626 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:43,817 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e13a534: startup date [Tue Dec 11 12:25:43 CET 2018]; root of context hierarchy 2018-12-11 12:25:43,818 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.471 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2018-12-11 12:25:43,825 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:43,897 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:43,917 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@76e20939: startup date [Tue Dec 11 12:25:43 CET 2018]; root of context hierarchy 2018-12-11 12:25:43,960 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:43,971 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:43,989 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:43,990 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:43,990 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:44,084 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:44,271 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@76e20939: startup date [Tue Dec 11 12:25:43 CET 2018]; root of context hierarchy 2018-12-11 12:25:44,272 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.454 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2018-12-11 12:25:44,279 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:44,348 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:44,369 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2e74a546: startup date [Tue Dec 11 12:25:44 CET 2018]; root of context hierarchy 2018-12-11 12:25:44,411 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:44,421 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:44,439 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:44,440 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:44,441 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:44,535 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:44,720 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2e74a546: startup date [Tue Dec 11 12:25:44 CET 2018]; root of context hierarchy 2018-12-11 12:25:44,720 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.448 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2018-12-11 12:25:44,727 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:44,795 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:44,814 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5cf8823c: startup date [Tue Dec 11 12:25:44 CET 2018]; root of context hierarchy 2018-12-11 12:25:44,855 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:44,866 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:44,884 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:44,885 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:44,885 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:44,980 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:45,210 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5cf8823c: startup date [Tue Dec 11 12:25:44 CET 2018]; root of context hierarchy 2018-12-11 12:25:45,211 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.489 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2018-12-11 12:25:45,218 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:45,290 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:45,311 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@108bac3c: startup date [Tue Dec 11 12:25:45 CET 2018]; root of context hierarchy 2018-12-11 12:25:45,356 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:45,367 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:45,385 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:45,386 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:45,386 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:45,483 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:45,702 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/ 2018-12-11 12:25:45,721 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-12-11 12:25:45,724 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:25:45,726 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:25:45,726 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:25:45,726 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:25:45,732 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:25:45,733 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:25:45,734 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:25:45,734 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:25:45,735 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:25:45,736 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:25:45,736 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:25:45,737 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:25:45,737 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:25:45,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,749 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,749 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,749 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,749 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,750 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,750 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,750 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,750 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-12-11 12:25:45,750 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2018-12-11 12:25:45,750 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-12-11 12:25:45,753 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-12-11 12:25:45,754 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-12-11 12:25:45,755 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-12-11 12:25:45,757 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-12-11 12:25:45,758 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-12-11 12:25:45,758 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-12-11 12:25:45,759 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-12-11 12:25:45,761 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-12-11 12:25:45,761 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-12-11 12:25:45,771 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:25:45,772 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:25:45,773 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:25:45,774 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:25:45,775 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:25:45,777 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:25:45,784 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@108bac3c: startup date [Tue Dec 11 12:25:45 CET 2018]; root of context hierarchy 2018-12-11 12:25:45,785 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.574 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2018-12-11 12:25:45,794 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:45,872 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:45,893 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6ab9c64e: startup date [Tue Dec 11 12:25:45 CET 2018]; root of context hierarchy 2018-12-11 12:25:45,939 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:45,950 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:45,969 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:45,969 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:45,970 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:46,098 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:46,367 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6ab9c64e: startup date [Tue Dec 11 12:25:45 CET 2018]; root of context hierarchy 2018-12-11 12:25:46,368 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.58 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2018-12-11 12:25:46,381 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:46,472 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:46,502 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7c60968: startup date [Tue Dec 11 12:25:46 CET 2018]; root of context hierarchy 2018-12-11 12:25:46,566 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:46,579 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:46,604 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:46,605 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:46,627 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:46,773 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:47,099 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:47,173 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:47,185 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7c60968: startup date [Tue Dec 11 12:25:46 CET 2018]; root of context hierarchy 2018-12-11 12:25:47,186 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.88 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.003 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.172 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2018-12-11 12:25:47,438 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-12-11 12:25:47,517 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:25:47,540 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@106e5abe: startup date [Tue Dec 11 12:25:47 CET 2018]; root of context hierarchy 2018-12-11 12:25:47,587 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:47,599 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-12-11 12:25:47,621 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-12-11 12:25:47,621 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-12-11 12:25:47,635 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:25:47,731 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-12-11 12:25:47,935 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:47,943 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,027 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,049 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2018-12-11 12:25:48.023 2018-12-11 12:25:48,065 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,087 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,106 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2018-12-11 12:25:48.023 2018-12-11 12:25:48,124 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,147 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,180 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) is active. 2018-12-11 12:25:48,182 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-12-11 12:25:48,183 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) 2018-12-11 12:25:48,183 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-12-11 12:25:48,185 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-12-11 12:25:48,185 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) 2018-12-11 12:25:48,185 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-12-11 12:25:48,186 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,206 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2018-12-11 12:25:48.023 2018-12-11 12:25:48,214 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,234 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,254 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2018-12-11 12:25:48.023 2018-12-11 12:25:48,264 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,284 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,308 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) is active. 2018-12-11 12:25:48,310 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-12-11 12:25:48,311 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-12-11 12:25:48,312 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,331 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2018-12-11 12:25:48.023 2018-12-11 12:25:48,336 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,355 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-12-11 12:25:48,374 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2018-12-11 12:25:48.023 2018-12-11 12:25:48,378 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:184) 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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-12-11 12:25:48,392 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@106e5abe: startup date [Tue Dec 11 12:25:47 CET 2018]; root of context hierarchy 2018-12-11 12:25:48,393 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: 0.965 s - in org.appng.cli.CliCoreTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 64, 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.18.0-RC6.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: http://tomcat.apache.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.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/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/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/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/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/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/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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6.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.18.0-RC6/appng-cli-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-cli --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6.jar Progress (1): 2.0/102 kB Progress (1): 4.1/102 kB Progress (1): 6.1/102 kB Progress (1): 8.2/102 kB Progress (1): 10/102 kB Progress (1): 12/102 kB Progress (1): 14/102 kB Progress (1): 16/102 kB Progress (1): 18/102 kB Progress (1): 20/102 kB Progress (1): 23/102 kB Progress (1): 25/102 kB Progress (1): 27/102 kB Progress (1): 29/102 kB Progress (1): 31/102 kB Progress (1): 33/102 kB Progress (1): 35/102 kB Progress (1): 37/102 kB Progress (1): 39/102 kB Progress (1): 41/102 kB Progress (1): 43/102 kB Progress (1): 45/102 kB Progress (1): 47/102 kB Progress (1): 49/102 kB Progress (1): 51/102 kB Progress (1): 53/102 kB Progress (1): 55/102 kB Progress (1): 57/102 kB Progress (1): 59/102 kB Progress (1): 61/102 kB Progress (1): 63/102 kB Progress (1): 66/102 kB Progress (1): 68/102 kB Progress (1): 70/102 kB Progress (1): 72/102 kB Progress (1): 74/102 kB Progress (1): 76/102 kB Progress (1): 78/102 kB Progress (1): 80/102 kB Progress (1): 82/102 kB Progress (1): 84/102 kB Progress (1): 86/102 kB Progress (1): 88/102 kB Progress (1): 90/102 kB Progress (1): 92/102 kB Progress (1): 94/102 kB Progress (1): 96/102 kB Progress (1): 98/102 kB Progress (1): 100/102 kB Progress (1): 102 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6.jar (102 kB at 165 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6.pom (1.2 kB at 26 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 416 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (416 B at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 416 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (416 B at 42 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (452 B at 1.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (452 B at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6-javadoc.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://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6-javadoc.jar (376 kB at 4.3 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 452 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (452 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (452 B at 9.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6-sources.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://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC6/appng-cli-1.18.0-RC6-sources.jar (82 kB at 2.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 452 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (452 B at 41 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 452 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (452 B at 17 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.18.0-RC6 [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:2.20:test (default-test) @ appng-taglib --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.taglib.ParameterTest 2018-12-11 12:25:56,987 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@1f57539 2018-12-11 12:25:57,006 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@1f57539 2018-12-11 12:25:57,006 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@1f57539 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 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.011 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.PermissionTest 2018-12-11 12:25:57,253 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:57,253 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:57,253 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:57,253 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:57,253 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:57,254 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:57,258 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:57,259 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:57,259 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:57,307 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:57,307 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:57,307 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:57,307 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:57,307 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:57,308 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:57,308 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:57,308 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:57,308 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:57,310 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2018-12-11 12:25:57,310 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2018-12-11 12:25:57,310 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission 2018-12-11 12:25:57,310 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.appng.taglib.PermissionTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2018-12-11 12:25:57,313 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:57,313 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:57,313 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:57,313 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:57,313 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:57,313 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:57,314 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:57,314 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:57,314 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:57,360 [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.049 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.TagletProcessorTest 2018-12-11 12:25:57,880 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {} 2018-12-11 12:25:57,928 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-12-11 12:25:57,928 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-12-11 12:25:57,937 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {noXslPrefix=test prefix} 2018-12-11 12:25:57,938 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-12-11 12:25:57,938 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-12-11 12:25:57,940 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {noXslSuffix=test suffix} 2018-12-11 12:25:57,941 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-12-11 12:25:57,942 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-12-11 12:25:57,944 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$ce8279cc' with attributes: {} 2018-12-11 12:25:57,949 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$4f154d8b' with attributes: {} 2018-12-11 12:25:57,963 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$7630b391' width attributes: {} 2018-12-11 12:25:57,964 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-12-11 12:25:57,964 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-12-11 12:25:57,966 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2018-12-11 12:25:57,967 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2018-12-11 12:25:57,968 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$3b00c61' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2018-12-11 12:25:57,971 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#2074658615 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.AttributeTest 2018-12-11 12:25:57,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:57,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:57,995 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:57,995 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:57,995 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:57,995 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:57,995 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:57,995 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:57,995 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:57,997 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:57,998 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,033 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2018-12-11 12:25:58,036 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,036 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,036 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,036 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,037 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,037 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,037 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,037 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,038 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,039 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,039 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,039 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,039 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,039 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,040 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,040 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,040 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,040 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,041 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,041 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,041 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,042 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,042 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,042 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,042 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,042 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,042 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,044 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 1117871068 [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-12-11 12:25:58,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,044 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,045 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,047 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 1117871068 [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-12-11 12:25:58,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,048 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,048 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,048 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,053 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-12-11 12:25:58,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,056 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-12-11 12:25:58,056 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,056 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,056 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,056 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,057 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,057 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,057 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,057 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,057 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,058 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,059 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,060 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2018-12-11 12:25:58,061 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,061 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,062 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,062 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,062 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,062 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,062 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,062 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,062 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,063 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,063 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,063 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,063 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,064 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,065 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,065 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,065 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,065 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,065 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,065 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,067 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,067 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,067 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,067 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,067 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,067 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,067 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,068 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,068 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,068 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2018-12-11 12:25:58,069 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,069 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,069 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,069 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,069 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,070 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,070 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,070 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,070 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,071 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2018-12-11 12:25:58,072 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,072 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,072 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,072 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,073 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,073 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,073 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,073 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,073 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,074 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 1703696921} [(sites = {localhost=Mock for Site, hashCode: 1703696921})] 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.search.SearchTest 2018-12-11 12:25:58,123 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@6d026701 2018-12-11 12:25:58,846 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2018-12-11 12:25:58,846 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-12-11 12:25:58,846 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-12-11 12:25:58,847 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-12-11 12:25:58,847 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-12-11 12:25:58,847 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-12-11 12:25:58,847 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-12-11 12:25:58,847 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-12-11 12:25:58,847 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-12-11 12:25:58,847 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-12-11 12:25:58,852 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2018-12-11 12:25:58,969 [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.152 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.IfTest 2018-12-11 12:25:59,235 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-12-11 12:25:59,235 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-12-11 12:25:59,235 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-12-11 12:25:59,235 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-12-11 12:25:59,235 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-12-11 12:25:59,235 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-12-11 12:25:59,235 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-12-11 12:25:59,243 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2018-12-11 12:25:59,244 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2018-12-11 12:25:59,244 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-12-11 12:25:59,244 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-12-11 12:25:59,245 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-12-11 12:25:59,245 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-12-11 12:25:59,245 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-12-11 12:25:59,245 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-12-11 12:25:59,245 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-12-11 12:25:59,245 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2018-12-11 12:25:59,245 [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.015 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.18.0-RC6.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: http://commons.apache.org/proper/commons-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://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: http://tomcat.apache.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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6.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.18.0-RC6/appng-taglib-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-taglib --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6.jar (56 kB at 112 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6.pom (1.8 kB at 36 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (419 B at 28 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 419 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (419 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (455 B at 5.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (455 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6-javadoc.jar (146 kB at 2.9 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 455 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (455 B at 46 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (455 B at 5.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC6/appng-taglib-1.18.0-RC6-sources.jar (42 kB at 75 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 455 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (455 B at 46 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 455 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (455 B at 23 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.18.0-RC6 [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:2.20: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.18.0-RC6] [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.18.0-RC6] [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.18.0-RC6] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [308 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC6.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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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-search-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.18.0-RC6.jar [INFO] Copying appng-xmlapi-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.18.0-RC6.jar [INFO] Copying appng-api-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.18.0-RC6.jar [INFO] Copying appng-cli-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.18.0-RC6.jar [INFO] Copying appng-mail-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.18.0-RC6.jar [INFO] Copying appng-taglib-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.18.0-RC6.jar [INFO] Copying appng-rest-api-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.18.0-RC6.jar [INFO] Copying appng-persistence-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.18.0-RC6.jar [INFO] Copying appng-forms-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.18.0-RC6.jar [INFO] Copying appng-formtags-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.18.0-RC6.jar [INFO] Copying appng-core-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.18.0-RC6.jar [INFO] Copying appng-tools-1.18.0-RC6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.18.0-RC6.jar [INFO] net.jcip:jcip-annotations:jar:1.0 already exists in destination. [INFO] io.swagger:swagger-annotations:jar:1.5.19 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] net.bytebuddy:byte-buddy:jar:1.6.14 already exists in destination. [INFO] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.4 already exists in destination. [INFO] org.thymeleaf:thymeleaf-spring4:jar:3.0.8.RELEASE already exists in destination. [INFO] xml-apis:xml-apis-ext:jar:1.3.04 already exists in destination. [INFO] org.attoparser:attoparser:jar:2.0.4.RELEASE already exists in destination. [INFO] org.apache.tika:tika-parsers:jar:1.16 already exists in destination. [INFO] org.apache.james:apache-mime4j-core:jar:0.8.1 already exists in destination. [INFO] org.apache.lucene:lucene-sandbox:jar:6.6.2 already exists in destination. [INFO] org.freemarker:freemarker:jar:2.3.23 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] org.apache.pdfbox:fontbox:jar:2.0.6 already exists in destination. [INFO] org.jsoup:jsoup:jar:1.11.1 already exists in destination. [INFO] org.apache.commons:commons-pool2:jar:2.4.2 already exists in destination. [INFO] dom4j:dom4j:jar:1.6.1 already exists in destination. [INFO] org.apache.poi:poi:jar:3.17 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-api:jar:1.4 already exists in destination. [INFO] com.tdunning:json:jar:1.8 already exists in destination. [INFO] javax.mail:mail:jar:1.4.5 already exists in destination. [INFO] com.google.guava:guava:jar:23.3-jre already exists in destination. [INFO] commons-lang:commons-lang:jar:2.6 already exists in destination. [INFO] org.apache.commons:commons-text:jar:1.1 already exists in destination. [INFO] org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final already exists in destination. [INFO] org.apache.commons:commons-vfs2:jar:2.0 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess:jar:2.1.8 already exists in destination. [INFO] org.apache.commons:commons-exec:jar:1.3 already exists in destination. [INFO] com.google.errorprone:error_prone_annotations:jar:2.0.18 already exists in destination. [INFO] org.springframework:spring-orm:jar:4.3.12.RELEASE already exists in destination. [INFO] org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.1.Final already exists in destination. [INFO] org.springframework:spring-expression:jar:4.3.12.RELEASE already exists in destination. [INFO] joda-time:joda-time:jar:2.9.9 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] org.springframework:spring-aop:jar:4.3.12.RELEASE already exists in destination. [INFO] org.springframework.session:spring-session:jar:1.3.2.RELEASE already exists in destination. [INFO] net.sf.saxon:Saxon-HE:jar:9.6.0-6 already exists in destination. [INFO] org.springframework.ws:spring-ws-core:jar:2.4.0.RELEASE already exists in destination. [INFO] commons-fileupload:commons-fileupload:jar:1.3.3 already exists in destination. [INFO] log4j:log4j:jar:1.2.17 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.hibernate:hibernate-entitymanager:jar:5.2.12.Final already exists in destination. [INFO] org.apache.pdfbox:pdfbox-tools:jar:2.0.6 already exists in destination. [INFO] org.apache.james:apache-mime4j-dom:jar:0.8.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.opengis:geoapi:jar:3.0.0 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] org.apache.httpcomponents:httpmime:jar:4.2.6 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-context:jar:4.3.12.RELEASE already exists in destination. [INFO] commons-codec:commons-codec:jar:1.11 already exists in destination. [INFO] org.beanshell:bsh-core:jar:2.0b4 already exists in destination. [INFO] org.apache.lucene:lucene-core:jar:6.6.2 already exists in destination. [INFO] org.apache.commons:commons-compress:jar:1.15 already exists in destination. [INFO] org.springframework:spring-oxm:jar:4.3.12.RELEASE already exists in destination. [INFO] org.apache.cxf:cxf-rt-rs-client:jar:3.0.12 already exists in destination. [INFO] de.l3s.boilerpipe:boilerpipe:jar:1.1.0 already exists in destination. [INFO] org.springframework.data:spring-data-mongodb:jar:1.10.10.RELEASE already exists in destination. [INFO] commons-configuration:commons-configuration:jar:1.10 already exists in destination. [INFO] org.springframework:spring-web:jar:4.3.12.RELEASE already exists in destination. [INFO] net.sourceforge.nekohtml:nekohtml:jar:1.9.16 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2 already exists in destination. [INFO] org.thymeleaf:thymeleaf:jar:3.0.8.RELEASE already exists in destination. [INFO] org.gagravarr:vorbis-java-tika:jar:0.8 already exists in destination. [INFO] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1 already exists in destination. [INFO] org.apache.xmlbeans:xmlbeans:jar:2.6.0 already exists in destination. [INFO] org.springframework.security:spring-security-web:jar:4.2.3.RELEASE already exists in destination. [INFO] commons-collections:commons-collections:jar:3.2.2 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:1.7.25 already exists in destination. [INFO] org.springframework:spring-webmvc:jar:4.3.12.RELEASE already exists in destination. [INFO] org.hibernate:hibernate-envers:jar:5.2.12.Final already exists in destination. [INFO] org.apache.sis.core:sis-referencing:jar:0.6 already exists in destination. [INFO] commons-httpclient:commons-httpclient:jar:3.1 already exists in destination. [INFO] org.mongodb:mongo-java-driver:jar:3.6.3 already exists in destination. [INFO] org.apache.lucene:lucene-queries:jar:6.6.2 already exists in destination. [INFO] org.apache.poi:poi-scratchpad:jar:3.17 already exists in destination. [INFO] org.owasp.esapi:esapi:jar:2.1.0.1 already exists in destination. [INFO] org.javassist:javassist:jar:3.20.0-GA already exists in destination. [INFO] aopalliance:aopalliance:jar:1.0 already exists in destination. [INFO] org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final already exists in destination. [INFO] org.apache.xmlgraphics:batik-ext:jar:1.8 already exists in destination. [INFO] com.j256.simplemagic:simplemagic:jar:1.14 already exists in destination. [INFO] org.bouncycastle:bcpkix-jdk15on:jar:1.54 already exists in destination. [INFO] org.objenesis:objenesis:jar:2.6 already exists in destination. [INFO] org.codehaus.plexus:plexus-utils:jar:1.5.6 already exists in destination. [INFO] org.slf4j:jul-to-slf4j:jar:1.7.24 already exists in destination. [INFO] org.springframework:spring-tx:jar:4.3.12.RELEASE already exists in destination. [INFO] xom:xom:jar:1.2.5 already exists in destination. [INFO] com.googlecode.json-simple:json-simple:jar:1.1.1 already exists in destination. [INFO] com.drewnoakes:metadata-extractor:jar:2.9.1 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] org.apache.opennlp:opennlp-tools:jar:1.6.0 already exists in destination. [INFO] org.tukaani:xz:jar:1.6 already exists in destination. [INFO] org.jdom:jdom2:jar:2.0.4 already exists in destination. [INFO] regexp:regexp:jar:1.3 already exists in destination. [INFO] edu.usc.ir:sentiment-analysis-parser:jar:0.1 already exists in destination. [INFO] org.appng:appng-tomcat7:jar:1.18.0-RC6 already exists in destination. [INFO] org.apache.httpcomponents:httpclient:jar:4.5.3 already exists in destination. [INFO] org.apache.tika:tika-core:jar:1.16 already exists in destination. [INFO] org.apache.poi:poi-ooxml-schemas:jar:3.17 already exists in destination. [INFO] com.google.code.findbugs:jsr305:jar:1.3.9 already exists in destination. [INFO] org.apache.lucene:lucene-facet:jar:6.6.2 already exists in destination. [INFO] org.owasp.antisamy:antisamy:jar:1.5.3 already exists in destination. [INFO] org.slf4j:slf4j-log4j12:jar:1.7.25 already exists in destination. [INFO] org.jboss:jandex:jar:2.0.3.Final already exists in destination. [INFO] org.apache.pdfbox:pdfbox:jar:2.0.6 already exists in destination. [INFO] org.apache.sis.core:sis-metadata:jar:0.6 already exists in destination. [INFO] org.springframework:spring-core:jar:4.3.12.RELEASE 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] com.adobe.xmp:xmpcore:jar:5.1.2 already exists in destination. [INFO] org.apache.httpcomponents:httpcore:jar:4.4.8 already exists in destination. [INFO] com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-driver:jar:0.8.2 already exists in destination. [INFO] org.appng:appng-tomcat8:jar:1.18.0-RC6 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:6.0.4.Final already exists in destination. [INFO] com.pff:java-libpst:jar:0.8.1 already exists in destination. [INFO] org.apache.lucene:lucene-queryparser:jar:6.6.2 already exists in destination. [INFO] org.apache.poi:poi-ooxml:jar:3.17 already exists in destination. [INFO] org.apache.commons:commons-lang3:jar:3.6 already exists in destination. [INFO] org.apache.xmlgraphics:batik-css:jar:1.8 already exists in destination. [INFO] org.apache.lucene:lucene-memory:jar:6.6.2 already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.3.0.Final already exists in destination. [INFO] org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.12 already exists in destination. [INFO] stax:stax-api:jar:1.0.1 already exists in destination. [INFO] org.apache.sis.core:sis-utility:jar:0.6 already exists in destination. [INFO] javax.measure:jsr-275:jar:0.9.3 already exists in destination. [INFO] org.hibernate:hibernate-core:jar:5.2.12.Final already exists in destination. [INFO] org.springframework.ws:spring-xml:jar:2.4.0.RELEASE already exists in destination. [INFO] org.unbescape:unbescape:jar:1.1.5.RELEASE already exists in destination. [INFO] org.apache.lucene:lucene-join:jar:6.6.2 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.4 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 already exists in destination. [INFO] com.mchange:c3p0:jar:0.9.5.2 already exists in destination. [INFO] org.hsqldb:hsqldb:jar:2.4.0 already exists in destination. [INFO] com.fasterxml:classmate:jar:1.3.1 already exists in destination. [INFO] javax.validation:validation-api:jar:2.0.0.Final already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-core:jar:2.9.2 already exists in destination. [INFO] org.apache.cxf:cxf-rt-transports-http:jar:3.0.12 already exists in destination. [INFO] commons-io:commons-io:jar:2.6 already exists in destination. [INFO] org.springframework:spring-beans:jar:4.3.12.RELEASE already exists in destination. [INFO] com.github.virtuald:curvesapi:jar:1.04 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.7.25 already exists in destination. [INFO] com.querydsl:querydsl-core:jar:4.1.4 already exists in destination. [INFO] org.codelibs:jhighlight:jar:1.0.2 already exists in destination. [INFO] org.apache.cxf:cxf-core:jar:3.0.12 already exists in destination. [INFO] redis.clients:jedis:jar:2.9.0 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2 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] com.zaxxer:HikariCP:jar:2.7.2 already exists in destination. [INFO] org.springframework:spring-jdbc:jar:4.3.12.RELEASE already exists in destination. [INFO] com.google.code.gson:gson:jar:2.8.1 already exists in destination. [INFO] org.apache.sis.storage:sis-netcdf:jar:0.6 already exists in destination. [INFO] org.springframework:spring-context-support:jar:4.3.12.RELEASE already exists in destination. [INFO] org.bouncycastle:bcmail-jdk15on:jar:1.54 already exists in destination. [INFO] org.apache.sis.storage:sis-storage:jar:0.6 already exists in destination. [INFO] org.apache.lucene:lucene-analyzers-common:jar:6.6.2 already exists in destination. [INFO] net.sf.ehcache:ehcache-web:jar:2.0.4 already exists in destination. [INFO] com.rabbitmq:amqp-client:jar:5.1.1 already exists in destination. [INFO] com.querydsl:querydsl-jpa:jar:4.1.4 already exists in destination. [INFO] org.quartz-scheduler:quartz:jar:2.3.0 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-databind:jar:2.9.2 already exists in destination. [INFO] com.google.j2objc:j2objc-annotations:jar:1.1 already exists in destination. [INFO] org.aspectj:aspectjrt:jar:1.8.10 already exists in destination. [INFO] org.springframework.security:spring-security-core:jar:4.2.3.RELEASE already exists in destination. [INFO] org.im4java:im4java:jar:1.4.0 already exists in destination. [INFO] com.github.junrar:junrar:jar:0.7 already exists in destination. [INFO] org.springframework.data:spring-data-commons:jar:1.13.8.RELEASE already exists in destination. [INFO] com.mchange:mchange-commons-java:jar:0.2.11 already exists in destination. [INFO] org.springframework.data:spring-data-envers:jar:1.1.8.RELEASE already exists in destination. [INFO] commons-beanutils:commons-beanutils-core:jar:1.8.3 already exists in destination. [INFO] org.apache.pdfbox:pdfbox-debugger:jar:2.0.6 already exists in destination. [INFO] org.apache.ws.xmlschema:xmlschema-core:jar:2.2.1 already exists in destination. [INFO] javax.annotation:javax.annotation-api:jar:1.2 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] org.springframework.data:spring-data-jpa:jar:1.11.8.RELEASE 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.xmlgraphics:batik-util:jar:1.8 already exists in destination. [INFO] net.java.dev.jna:jna:jar:4.1.0 already exists in destination. [INFO] org.apache.lucene:lucene-highlighter:jar:6.6.2 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.18.0-RC6-dependencies-20181211-1120.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.18.0-RC6-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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.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.18.0-RC6/appng-application-1.18.0-RC6.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.18.0-RC6-dependencies-20181211-1120.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.war Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.war (98 MB at 22 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.pom Progress (1): 2.0/6.8 kB Progress (1): 4.1/6.8 kB Progress (1): 6.1/6.8 kB Progress (1): 6.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.pom (6.8 kB at 60 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 424 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (424 B at 24 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 424 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (424 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (460 B at 3.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (460 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.zip Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.1/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.2/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.3/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.4/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.5/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.6/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.7/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.8/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 0.9/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.0/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.1/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.2/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.3/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.4/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.5/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.6/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.7/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.8/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 1.9/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.0/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.1/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.2/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.3/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.4/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.5/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.6/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.7/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.8/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 2.9/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.0/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.1/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.2/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.3/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.4/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.5/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.6/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.7/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.8/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 3.9/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.0/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.1/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.2/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.3/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.4/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.5/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.6/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.7/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.8/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 4.9/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.0/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.1/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.2/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.3/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.4/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.5/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.6/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.7/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.8/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 5.9/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.0/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.1/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.2/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.3/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.4/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.5/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.6/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.7/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.8/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 6.9/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.0/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.1/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.2/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.3/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.4/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.5/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.6/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.7/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.8/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 7.9/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.0/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.1/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.2/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.3/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.4/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.5/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.6/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.7/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.8/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 8.9/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.0/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.1/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.2/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.3/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.4/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.5/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.6/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.7/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.8/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 9.9/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10.0/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 10/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 11/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 12/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 13/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 14/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 15/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 16/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 17/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 18/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 19/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 20/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 21/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 22/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 23/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 24/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 25/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 26/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 27/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 28/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 29/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 30/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 31/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 32/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 33/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 34/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 35/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 36/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 37/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 38/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 39/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 40/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 41/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 42/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 43/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 44/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 45/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 46/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 47/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 48/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 49/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 50/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 51/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 52/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 53/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 54/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 55/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 56/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 57/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 58/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 59/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 60/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 61/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 62/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 63/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 64/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 65/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 66/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 67/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 68/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 69/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 70/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 71/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 72/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 73/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 74/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 75/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 76/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 77/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 78/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 79/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 80/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 81/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 82/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 83/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 84/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 85/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 86/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 87/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 88/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 89/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 90/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 91/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 92/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 93/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 94/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 95/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 96/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 97/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98/98 MB Progress (1): 98 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6.zip (98 MB at 23 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 460 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (460 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (460 B at 1.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC6/appng-application-1.18.0-RC6-sources.jar (3.0 kB at 50 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 460 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (460 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 460 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (460 B at 8.2 kB/s) [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.18.0-RC6 [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.18.0-RC6/appng-application-bom-1.18.0-RC6.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-application-bom --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/1.18.0-RC6/appng-application-bom-1.18.0-RC6.pom 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/41 kB Progress (1): 41 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/1.18.0-RC6/appng-application-bom-1.18.0-RC6.pom (41 kB at 96 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 428 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (428 B at 29 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 428 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (428 B at 48 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 464 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (464 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 464 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (464 B at 22 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.18.0-RC6 [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:2.20:test (default-test) @ appng-documentation --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.example.EmployeesTest 2018-12-11 12:26:27,311 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] 2018-12-11 12:26:27,325 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f490758, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@101df177, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@166fa74d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@40f08448, org.springframework.test.context.transaction.TransactionalTestExecutionListener@276438c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@588df31b] 2018-12-11 12:26:27,423 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2018-12-11 12:26:27,632 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-12-11 12:26:27,671 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-12-11 12:26:27,737 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@70b0b186: startup date [Tue Dec 11 12:26:27 CET 2018]; root of context hierarchy 2018-12-11 12:26:28,429 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB679D04AC38.ENGINE: Checkpoint start 2018-12-11 12:26:28,429 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB679D04AC38.ENGINE: checkpointClose start 2018-12-11 12:26:28,435 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB679D04AC38.ENGINE: checkpointClose synched 2018-12-11 12:26:28,450 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB679D04AC38.ENGINE: checkpointClose script done 2018-12-11 12:26:28,468 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB679D04AC38.ENGINE: checkpointClose end 2018-12-11 12:26:28,469 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB679D04AC38.ENGINE: Checkpoint end - txts: 1 2018-12-11 12:26:28,551 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-12-11 12:26:28,573 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-12-11 12:26:28,784 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-12-11 12:26:28,785 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-12-11 12:26:28,834 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-12-11 12:26:29,118 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-12-11 12:26:29,190 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:26:29,469 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-12-11 12:26:29,771 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@8a62297' 2018-12-11 12:26:29,783 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-12-11 12:26:31,741 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@70b0b186: startup date [Tue Dec 11 12:26:27 CET 2018]; root of context hierarchy 2018-12-11 12:26:31,743 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-12-11 12:26:31,744 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down' 2018-12-11 12:26:31,907 INFO [HSQLDB Connection @3bc6e0bc] hsqldb.db.HSQLDB679D04AC38.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.122 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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.5:process-asciidoc (html) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [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-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6.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.18.0-RC6/appng-documentation-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6-sources.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-documentation --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6.jar (33 kB at 323 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6.pom Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6.pom (3.2 kB at 19 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 426 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (426 B at 11 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 426 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (426 B at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 462 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (462 B at 5.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 462 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (462 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC6/appng-documentation-1.18.0-RC6-sources.jar (35 kB at 1.1 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 462 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (462 B at 42 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 462 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (462 B at 24 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.18.0-RC6 [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:2.20: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6.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.18.0-RC6/appng-template-assembly-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-template-assembly --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6.jar Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6.jar (1.5 kB at 36 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6.pom Progress (1): 875 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6.pom (875 B at 8.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 430 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (430 B at 24 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 430 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (430 B at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 466 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (466 B at 3.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 466 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (466 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC6/appng-template-assembly-1.18.0-RC6-sources.jar (2.7 kB at 54 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 466 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (466 B at 42 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 466 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (466 B at 23 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.18.0-RC6 [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.18.0-RC6/appng-template-parent-1.18.0-RC6.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-template-parent --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/1.18.0-RC6/appng-template-parent-1.18.0-RC6.pom Progress (1): 2.0/5.5 kB Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/1.18.0-RC6/appng-template-parent-1.18.0-RC6.pom (5.5 kB at 31 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 428 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (428 B at 43 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 428 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (428 B at 61 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 464 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (464 B at 9.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 464 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (464 B at 27 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.18.0-RC6 [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:2.20: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6.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.18.0-RC6/appng-application-assembly-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application-assembly --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6.jar Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6.jar (1.6 kB at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6.pom Progress (1): 537 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6.pom (537 B at 16 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 433 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (433 B at 36 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 433 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (433 B at 54 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 469 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (469 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 469 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (469 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC6/appng-application-assembly-1.18.0-RC6-sources.jar (2.7 kB at 82 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 469 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (469 B at 59 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 469 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (469 B at 26 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.18.0-RC6 [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.18.0-RC6/appng-application-parent-1.18.0-RC6.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-application-parent --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/1.18.0-RC6/appng-application-parent-1.18.0-RC6.pom Progress (1): 2.0/6.1 kB Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/1.18.0-RC6/appng-application-parent-1.18.0-RC6.pom (6.1 kB at 68 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 431 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (431 B at 31 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 431 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (431 B at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 467 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (467 B at 9.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 467 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (467 B at 27 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.18.0-RC6 [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:2.20: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6.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.18.0-RC6/appng-archetype-application-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-archetype-application --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6.jar (14 kB at 276 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6.pom Progress (1): 508 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6.pom (508 B at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 434 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (434 B at 7.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 434 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (434 B at 48 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 470 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (470 B at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 470 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (470 B at 28 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC6/appng-archetype-application-1.18.0-RC6-sources.jar (15 kB at 32 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 470 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (470 B at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 470 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (470 B at 29 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.18.0-RC6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source 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] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-jaxb --- [INFO] No tests to run. [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.18.0-RC6.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer-jaxb --- [INFO] 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/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/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/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/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/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.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.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer-jaxb --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.jar Progress (1): 2.0/31 kB Progress (1): 4.1/31 kB Progress (1): 6.1/31 kB Progress (1): 8.2/31 kB Progress (1): 10/31 kB Progress (1): 12/31 kB Progress (1): 14/31 kB Progress (1): 16/31 kB Progress (1): 18/31 kB Progress (1): 20/31 kB Progress (1): 23/31 kB Progress (1): 25/31 kB Progress (1): 27/31 kB Progress (1): 29/31 kB Progress (1): 31/31 kB Progress (1): 31 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.jar (31 kB at 984 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.pom Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6.pom (1.7 kB at 28 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 427 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (427 B at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 427 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (427 B at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 463 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (463 B at 1.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 463 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (463 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6-javadoc.jar Progress (1): 2.0/221 kB Progress (1): 4.1/221 kB Progress (1): 6.1/221 kB Progress (1): 8.2/221 kB Progress (1): 10/221 kB Progress (1): 12/221 kB Progress (1): 14/221 kB Progress (1): 16/221 kB Progress (1): 18/221 kB Progress (1): 20/221 kB Progress (1): 23/221 kB Progress (1): 25/221 kB Progress (1): 27/221 kB Progress (1): 29/221 kB Progress (1): 31/221 kB Progress (1): 33/221 kB Progress (1): 35/221 kB Progress (1): 37/221 kB Progress (1): 39/221 kB Progress (1): 41/221 kB Progress (1): 43/221 kB Progress (1): 45/221 kB Progress (1): 47/221 kB Progress (1): 49/221 kB Progress (1): 51/221 kB Progress (1): 53/221 kB Progress (1): 55/221 kB Progress (1): 57/221 kB Progress (1): 59/221 kB Progress (1): 61/221 kB Progress (1): 63/221 kB Progress (1): 66/221 kB Progress (1): 68/221 kB Progress (1): 70/221 kB Progress (1): 72/221 kB Progress (1): 74/221 kB Progress (1): 76/221 kB Progress (1): 78/221 kB Progress (1): 80/221 kB Progress (1): 82/221 kB Progress (1): 84/221 kB Progress (1): 86/221 kB Progress (1): 88/221 kB Progress (1): 90/221 kB Progress (1): 92/221 kB Progress (1): 94/221 kB Progress (1): 96/221 kB Progress (1): 98/221 kB Progress (1): 100/221 kB Progress (1): 102/221 kB Progress (1): 104/221 kB Progress (1): 106/221 kB Progress (1): 109/221 kB Progress (1): 111/221 kB Progress (1): 113/221 kB Progress (1): 115/221 kB Progress (1): 117/221 kB Progress (1): 119/221 kB Progress (1): 121/221 kB Progress (1): 123/221 kB Progress (1): 125/221 kB Progress (1): 127/221 kB Progress (1): 129/221 kB Progress (1): 131/221 kB Progress (1): 133/221 kB Progress (1): 135/221 kB Progress (1): 137/221 kB Progress (1): 139/221 kB Progress (1): 141/221 kB Progress (1): 143/221 kB Progress (1): 145/221 kB Progress (1): 147/221 kB Progress (1): 150/221 kB Progress (1): 152/221 kB Progress (1): 154/221 kB Progress (1): 156/221 kB Progress (1): 158/221 kB Progress (1): 160/221 kB Progress (1): 162/221 kB Progress (1): 164/221 kB Progress (1): 166/221 kB Progress (1): 168/221 kB Progress (1): 170/221 kB Progress (1): 172/221 kB Progress (1): 174/221 kB Progress (1): 176/221 kB Progress (1): 178/221 kB Progress (1): 180/221 kB Progress (1): 182/221 kB Progress (1): 184/221 kB Progress (1): 186/221 kB Progress (1): 188/221 kB Progress (1): 190/221 kB Progress (1): 193/221 kB Progress (1): 195/221 kB Progress (1): 197/221 kB Progress (1): 199/221 kB Progress (1): 201/221 kB Progress (1): 203/221 kB Progress (1): 205/221 kB Progress (1): 207/221 kB Progress (1): 209/221 kB Progress (1): 211/221 kB Progress (1): 213/221 kB Progress (1): 215/221 kB Progress (1): 217/221 kB Progress (1): 219/221 kB Progress (1): 221 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6-javadoc.jar (221 kB at 4.5 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 463 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (463 B at 42 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 463 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (463 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC6/appng-appngizer-jaxb-1.18.0-RC6-sources.jar (42 kB at 1.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 463 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (463 B at 58 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 463 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (463 B at 23 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.18.0-RC6 [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:2.20: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:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) log4j:ERROR Either File or DatePattern options are not set for appender [appngizer]. 2018-12-11 12:27:22,081 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] 2018-12-11 12:27:22,100 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@78a2da20, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@dd3b207, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@551bdc27, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58fdd99, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b1274d2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7bc1a03d] 2018-12-11 12:27:22,199 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:22,621 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:22,766 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Tue Dec 11 12:27:22 CET 2018]; root of context hierarchy 2018-12-11 12:27:23,155 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:23,226 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:23,250 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:23,438 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.2.12.Final} 2018-12-11 12:27:23,441 INFO [main] org.hibernate.cfg.Environment: HHH000206: hibernate.properties not found 2018-12-11 12:27:23,528 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-12-11 12:27:24,114 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:24,174 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:24,840 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-12-11 12:27:26,035 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:26,091 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Tue Dec 11 12:27:22 CET 2018]; root of context hierarchy 2018-12-11 12:27:26,110 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-12-11 12:27:26,121 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:26,177 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.017s) 2018-12-11 12:27:26,188 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:26,204 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:26,218 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:26,259 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:26,277 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:26,283 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:26,290 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:26,296 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:26,302 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:26,307 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:26,313 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:26,319 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:26,325 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:26,330 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.143s). 2018-12-11 12:27:26,820 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:27,450 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:27,464 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:27,465 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:27,501 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:27,502 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:27,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:27,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:27,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:27,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:27,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:27,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:27,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:27,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:27,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:27,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:27,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:27,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:27,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:27,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:27,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:27,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:27,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:27,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:27,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:27,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:27,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:27,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:27,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:27,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:27,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:27,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:27,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:27,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:27,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:27,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:27,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:27,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:27,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:27,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:27,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:27,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:27,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:27,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:27,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:27,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:27,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:27,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:27,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:27,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:27,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:27,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:27,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:27,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:27,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:27,816 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 2018-12-11 12:27:27,816 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:28,056 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) 2018-12-11 12:27:28,058 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) 2018-12-11 12:27:28,058 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 2018-12-11 12:27:28,059 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) 2018-12-11 12:27:28,059 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) 2018-12-11 12:27:28,060 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) 2018-12-11 12:27:28,060 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 2018-12-11 12:27:28,061 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() 2018-12-11 12:27:28,061 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) 2018-12-11 12:27:28,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 2018-12-11 12:27:28,066 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) 2018-12-11 12:27:28,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 2018-12-11 12:27:28,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) 2018-12-11 12:27:28,067 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) 2018-12-11 12:27:28,067 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) 2018-12-11 12:27:28,068 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) 2018-12-11 12:27:28,068 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 2018-12-11 12:27:28,070 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) 2018-12-11 12:27:28,070 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) 2018-12-11 12:27:28,071 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) 2018-12-11 12:27:28,071 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) 2018-12-11 12:27:28,071 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() 2018-12-11 12:27:28,072 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) 2018-12-11 12:27:28,073 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() 2018-12-11 12:27:28,074 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) 2018-12-11 12:27:28,075 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) 2018-12-11 12:27:28,075 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) 2018-12-11 12:27:28,075 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) 2018-12-11 12:27:28,076 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) 2018-12-11 12:27:28,077 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() 2018-12-11 12:27:28,077 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() 2018-12-11 12:27:28,078 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() 2018-12-11 12:27:28,078 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() 2018-12-11 12:27:28,080 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() 2018-12-11 12:27:28,080 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) 2018-12-11 12:27:28,080 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) 2018-12-11 12:27:28,081 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) 2018-12-11 12:27:28,081 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) 2018-12-11 12:27:28,084 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 2018-12-11 12:27:28,085 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 2018-12-11 12:27:28,085 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) 2018-12-11 12:27:28,086 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 2018-12-11 12:27:28,086 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 2018-12-11 12:27:28,087 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 2018-12-11 12:27:28,087 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 2018-12-11 12:27:28,088 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) 2018-12-11 12:27:28,088 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) 2018-12-11 12:27:28,088 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() 2018-12-11 12:27:28,090 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) 2018-12-11 12:27:28,090 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) 2018-12-11 12:27:28,091 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) 2018-12-11 12:27:28,091 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) 2018-12-11 12:27:28,091 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 2018-12-11 12:27:28,094 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) 2018-12-11 12:27:28,094 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) 2018-12-11 12:27:28,095 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) 2018-12-11 12:27:28,095 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) 2018-12-11 12:27:28,096 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) 2018-12-11 12:27:28,096 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) 2018-12-11 12:27:28,099 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) 2018-12-11 12:27:28,099 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) 2018-12-11 12:27:28,100 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) 2018-12-11 12:27:28,100 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) 2018-12-11 12:27:28,101 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) 2018-12-11 12:27:28,103 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) 2018-12-11 12:27:28,104 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() 2018-12-11 12:27:28,104 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 2018-12-11 12:27:28,105 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) 2018-12-11 12:27:28,105 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) 2018-12-11 12:27:28,106 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 2018-12-11 12:27:28,108 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) 2018-12-11 12:27:28,109 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) 2018-12-11 12:27:28,110 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) 2018-12-11 12:27:28,110 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) 2018-12-11 12:27:28,111 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) 2018-12-11 12:27:28,111 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) 2018-12-11 12:27:28,112 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) 2018-12-11 12:27:28,113 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) 2018-12-11 12:27:28,114 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() 2018-12-11 12:27:28,115 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) 2018-12-11 12:27:28,115 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 2018-12-11 12:27:28,115 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 2018-12-11 12:27:28,116 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) 2018-12-11 12:27:28,787 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:29,056 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Tue Dec 11 12:27:22 CET 2018]; root of context hierarchy 2018-12-11 12:27:29,112 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Tue Dec 11 12:27:22 CET 2018]; root of context hierarchy 2018-12-11 12:27:29,659 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:29,660 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:29,695 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 35 ms 2018-12-11 12:27:29,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:29,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-12-11 12:27:29,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-12-11 12:27:29,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-12-11 12:27:29,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-12-11 12:27:29,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-12-11 12:27:29,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-12-11 12:27:29,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-12-11 12:27:29,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-12-11 12:27:29,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-12-11 12:27:29,864 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-12-11 12:27:29,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-12-11 12:27:29,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-12-11 12:27:29,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-12-11 12:27:29,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-12-11 12:27:29,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-12-11 12:27:29,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-12-11 12:27:29,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-12-11 12:27:29,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-12-11 12:27:29,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-12-11 12:27:29,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-12-11 12:27:29,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-12-11 12:27:29,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-12-11 12:27:29,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-12-11 12:27:29,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-12-11 12:27:29,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-12-11 12:27:29,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-12-11 12:27:29,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-12-11 12:27:29,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-12-11 12:27:29,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-12-11 12:27:29,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-12-11 12:27:29,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-12-11 12:27:29,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-12-11 12:27:29,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-12-11 12:27:29,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-12-11 12:27:29,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-12-11 12:27:29,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-12-11 12:27:29,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-12-11 12:27:29,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-12-11 12:27:29,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-12-11 12:27:29,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-12-11 12:27:29,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-12-11 12:27:29,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-12-11 12:27:29,878 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-12-11 12:27:29,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-12-11 12:27:29,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-12-11 12:27:29,879 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-12-11 12:27:29,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-12-11 12:27:29,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-12-11 12:27:29,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-12-11 12:27:29,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-12-11 12:27:29,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-12-11 12:27:29,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-12-11 12:27:29,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-12-11 12:27:29,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-12-11 12:27:29,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-12-11 12:27:29,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-12-11 12:27:29,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-12-11 12:27:29,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-12-11 12:27:29,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-12-11 12:27:29,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-12-11 12:27:29,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-12-11 12:27:29,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-12-11 12:27:29,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-12-11 12:27:30,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-12-11 12:27:30,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-12-11 12:27:30,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-12-11 12:27:30,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-12-11 12:27:30,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.theAnswer 2018-12-11 12:27:30,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.theAnswer 2018-12-11 12:27:31,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.myNewProp 2018-12-11 12:27:31,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.myNewProp 2018-12-11 12:27:31,090 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Tue Dec 11 12:27:22 CET 2018]; root of context hierarchy 2018-12-11 12:27:31,095 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:31,096 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.373 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2018-12-11 12:27:31,114 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] 2018-12-11 12:27:31,114 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2d36add1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@75ef1392, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4271b748, org.springframework.test.context.support.DirtiesContextTestExecutionListener@56d6e2e1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e9695cf, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@43e86c0c] 2018-12-11 12:27:31,119 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:31,191 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:31,222 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@c6c58ce: startup date [Tue Dec 11 12:27:31 CET 2018]; root of context hierarchy 2018-12-11 12:27:31,289 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:31,307 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:31,307 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:31,369 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:31,373 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:31,555 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:31,564 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@c6c58ce: startup date [Tue Dec 11 12:27:31 CET 2018]; root of context hierarchy 2018-12-11 12:27:31,566 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:31,574 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2018-12-11 12:27:31,576 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:31,580 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:31,584 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:31,603 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:31,613 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:31,618 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:31,622 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:31,626 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:31,629 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:31,633 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:31,637 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:31,641 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:31,645 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:31,649 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.074s). 2018-12-11 12:27:31,729 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:31,914 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:31,915 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:31,915 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:31,938 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:31,939 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:31,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:31,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:31,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:31,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:31,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:31,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:31,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:31,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:31,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:31,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:31,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:31,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:31,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:31,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:31,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:31,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:31,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:31,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:31,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:31,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:31,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:31,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:31,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:31,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:31,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:31,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:31,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:31,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:31,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:31,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:31,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:31,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:31,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:31,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:31,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:31,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:31,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:31,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:31,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:31,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:31,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:31,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:31,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:31,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:31,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:31,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:31,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:31,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:31,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:32,005 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:32,038 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) 2018-12-11 12:27:32,038 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) 2018-12-11 12:27:32,038 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 2018-12-11 12:27:32,038 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) 2018-12-11 12:27:32,039 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) 2018-12-11 12:27:32,039 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) 2018-12-11 12:27:32,039 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 2018-12-11 12:27:32,039 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() 2018-12-11 12:27:32,040 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) 2018-12-11 12:27:32,040 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 2018-12-11 12:27:32,041 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) 2018-12-11 12:27:32,041 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 2018-12-11 12:27:32,041 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) 2018-12-11 12:27:32,041 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) 2018-12-11 12:27:32,042 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) 2018-12-11 12:27:32,042 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) 2018-12-11 12:27:32,042 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 2018-12-11 12:27:32,043 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) 2018-12-11 12:27:32,043 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) 2018-12-11 12:27:32,043 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) 2018-12-11 12:27:32,043 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) 2018-12-11 12:27:32,044 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() 2018-12-11 12:27:32,044 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) 2018-12-11 12:27:32,044 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() 2018-12-11 12:27:32,045 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) 2018-12-11 12:27:32,045 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) 2018-12-11 12:27:32,046 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) 2018-12-11 12:27:32,046 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) 2018-12-11 12:27:32,046 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) 2018-12-11 12:27:32,047 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() 2018-12-11 12:27:32,047 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() 2018-12-11 12:27:32,047 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() 2018-12-11 12:27:32,047 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() 2018-12-11 12:27:32,048 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() 2018-12-11 12:27:32,048 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) 2018-12-11 12:27:32,048 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) 2018-12-11 12:27:32,049 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) 2018-12-11 12:27:32,049 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) 2018-12-11 12:27:32,050 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 2018-12-11 12:27:32,050 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 2018-12-11 12:27:32,050 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) 2018-12-11 12:27:32,051 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 2018-12-11 12:27:32,051 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 2018-12-11 12:27:32,051 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 2018-12-11 12:27:32,051 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 2018-12-11 12:27:32,051 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) 2018-12-11 12:27:32,052 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) 2018-12-11 12:27:32,052 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() 2018-12-11 12:27:32,052 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) 2018-12-11 12:27:32,053 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) 2018-12-11 12:27:32,053 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) 2018-12-11 12:27:32,053 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) 2018-12-11 12:27:32,053 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 2018-12-11 12:27:32,054 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) 2018-12-11 12:27:32,054 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) 2018-12-11 12:27:32,055 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) 2018-12-11 12:27:32,055 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) 2018-12-11 12:27:32,055 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) 2018-12-11 12:27:32,055 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) 2018-12-11 12:27:32,056 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) 2018-12-11 12:27:32,056 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) 2018-12-11 12:27:32,057 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) 2018-12-11 12:27:32,057 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) 2018-12-11 12:27:32,057 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) 2018-12-11 12:27:32,058 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) 2018-12-11 12:27:32,058 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() 2018-12-11 12:27:32,058 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 2018-12-11 12:27:32,058 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) 2018-12-11 12:27:32,058 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) 2018-12-11 12:27:32,059 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 2018-12-11 12:27:32,060 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) 2018-12-11 12:27:32,060 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) 2018-12-11 12:27:32,060 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) 2018-12-11 12:27:32,060 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) 2018-12-11 12:27:32,060 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) 2018-12-11 12:27:32,061 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) 2018-12-11 12:27:32,061 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) 2018-12-11 12:27:32,061 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) 2018-12-11 12:27:32,062 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() 2018-12-11 12:27:32,062 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) 2018-12-11 12:27:32,062 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 2018-12-11 12:27:32,063 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 2018-12-11 12:27:32,063 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) 2018-12-11 12:27:32,094 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:32,220 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@c6c58ce: startup date [Tue Dec 11 12:27:31 CET 2018]; root of context hierarchy 2018-12-11 12:27:32,239 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@c6c58ce: startup date [Tue Dec 11 12:27:31 CET 2018]; root of context hierarchy 2018-12-11 12:27:32,313 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:32,313 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:32,320 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-12-11 12:27:32,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:32,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:32,387 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.theAnswer 2018-12-11 12:27:32,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.theAnswer 2018-12-11 12:27:32,410 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@c6c58ce: startup date [Tue Dec 11 12:27:31 CET 2018]; root of context hierarchy 2018-12-11 12:27:32,412 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:32,412 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.308 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2018-12-11 12:27:32,418 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] 2018-12-11 12:27:32,418 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7fb2645b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@16160a37, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@380e470a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17b9c9ff, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7b45f7ef, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5da41d02] 2018-12-11 12:27:32,419 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:32,473 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:32,498 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@17d837ab: startup date [Tue Dec 11 12:27:32 CET 2018]; root of context hierarchy 2018-12-11 12:27:32,557 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:32,573 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:32,573 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:32,623 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:32,627 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:32,778 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:32,785 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@17d837ab: startup date [Tue Dec 11 12:27:32 CET 2018]; root of context hierarchy 2018-12-11 12:27:32,787 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:32,794 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2018-12-11 12:27:32,796 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:32,799 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:32,803 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:32,816 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:32,824 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:32,829 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:32,833 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:32,837 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:32,841 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:32,846 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:32,850 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:32,855 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:32,859 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:32,863 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.067s). 2018-12-11 12:27:32,966 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:33,140 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:33,141 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:33,141 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:33,173 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:33,174 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:33,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:33,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:33,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:33,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:33,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:33,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:33,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:33,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:33,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:33,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:33,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:33,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:33,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:33,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:33,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:33,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:33,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:33,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:33,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:33,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:33,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:33,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:33,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:33,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:33,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:33,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:33,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:33,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:33,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:33,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:33,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:33,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:33,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:33,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:33,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:33,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:33,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:33,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:33,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:33,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:33,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:33,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:33,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:33,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:33,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:33,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:33,230 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:33,230 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:33,230 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:33,256 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:33,300 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) 2018-12-11 12:27:33,300 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) 2018-12-11 12:27:33,300 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 2018-12-11 12:27:33,301 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) 2018-12-11 12:27:33,301 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) 2018-12-11 12:27:33,302 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) 2018-12-11 12:27:33,302 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 2018-12-11 12:27:33,302 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() 2018-12-11 12:27:33,303 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) 2018-12-11 12:27:33,304 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 2018-12-11 12:27:33,304 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) 2018-12-11 12:27:33,305 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 2018-12-11 12:27:33,305 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) 2018-12-11 12:27:33,305 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) 2018-12-11 12:27:33,306 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) 2018-12-11 12:27:33,306 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) 2018-12-11 12:27:33,307 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 2018-12-11 12:27:33,307 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) 2018-12-11 12:27:33,308 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) 2018-12-11 12:27:33,308 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) 2018-12-11 12:27:33,308 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) 2018-12-11 12:27:33,309 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() 2018-12-11 12:27:33,309 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) 2018-12-11 12:27:33,310 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() 2018-12-11 12:27:33,311 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) 2018-12-11 12:27:33,311 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) 2018-12-11 12:27:33,312 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) 2018-12-11 12:27:33,312 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) 2018-12-11 12:27:33,312 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) 2018-12-11 12:27:33,313 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() 2018-12-11 12:27:33,314 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() 2018-12-11 12:27:33,314 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() 2018-12-11 12:27:33,314 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() 2018-12-11 12:27:33,315 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() 2018-12-11 12:27:33,316 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) 2018-12-11 12:27:33,316 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) 2018-12-11 12:27:33,316 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) 2018-12-11 12:27:33,317 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) 2018-12-11 12:27:33,318 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 2018-12-11 12:27:33,319 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 2018-12-11 12:27:33,319 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) 2018-12-11 12:27:33,319 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 2018-12-11 12:27:33,320 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 2018-12-11 12:27:33,320 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 2018-12-11 12:27:33,321 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 2018-12-11 12:27:33,321 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) 2018-12-11 12:27:33,321 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) 2018-12-11 12:27:33,322 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() 2018-12-11 12:27:33,323 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) 2018-12-11 12:27:33,323 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) 2018-12-11 12:27:33,323 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) 2018-12-11 12:27:33,324 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) 2018-12-11 12:27:33,324 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 2018-12-11 12:27:33,325 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) 2018-12-11 12:27:33,325 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) 2018-12-11 12:27:33,326 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) 2018-12-11 12:27:33,326 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) 2018-12-11 12:27:33,327 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) 2018-12-11 12:27:33,327 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) 2018-12-11 12:27:33,328 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) 2018-12-11 12:27:33,328 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) 2018-12-11 12:27:33,329 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) 2018-12-11 12:27:33,329 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) 2018-12-11 12:27:33,330 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) 2018-12-11 12:27:33,332 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) 2018-12-11 12:27:33,332 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() 2018-12-11 12:27:33,332 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 2018-12-11 12:27:33,332 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) 2018-12-11 12:27:33,333 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) 2018-12-11 12:27:33,333 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 2018-12-11 12:27:33,334 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) 2018-12-11 12:27:33,335 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) 2018-12-11 12:27:33,335 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) 2018-12-11 12:27:33,335 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) 2018-12-11 12:27:33,336 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) 2018-12-11 12:27:33,336 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) 2018-12-11 12:27:33,336 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) 2018-12-11 12:27:33,337 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) 2018-12-11 12:27:33,337 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() 2018-12-11 12:27:33,338 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) 2018-12-11 12:27:33,338 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 2018-12-11 12:27:33,338 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 2018-12-11 12:27:33,339 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) 2018-12-11 12:27:33,384 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:33,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@17d837ab: startup date [Tue Dec 11 12:27:32 CET 2018]; root of context hierarchy 2018-12-11 12:27:33,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@17d837ab: startup date [Tue Dec 11 12:27:32 CET 2018]; root of context hierarchy 2018-12-11 12:27:33,669 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:33,669 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:33,679 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 9 ms 2018-12-11 12:27:33,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:33,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-12-11 12:27:33,877 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/ 2018-12-11 12:27:33,889 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-12-11 12:27:33,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-12-11 12:27:33,899 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:27:33,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-12-11 12:27:33,903 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:27:33,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-12-11 12:27:33,904 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:27:33,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-12-11 12:27:33,905 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:33,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-12-11 12:27:33,908 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-12-11 12:27:33,917 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:27:33,920 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:27:33,924 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:33,924 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:27:33,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-12-11 12:27:33,928 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:27:33,930 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:27:33,930 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:27:33,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-12-11 12:27:33,933 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:27:33,934 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:27:33,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:33,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:33,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:33,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-12-11 12:27:33,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-12-11 12:27:33,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-12-11 12:27:33,956 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,956 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,958 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,958 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,960 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:33,960 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-12-11 12:27:33,975 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:27:33,977 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:27:33,979 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:33,981 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:27:33,983 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:27:33,985 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:27:34,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:34,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.myNewProp 2018-12-11 12:27:34,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.myNewProp 2018-12-11 12:27:34,088 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@17d837ab: startup date [Tue Dec 11 12:27:32 CET 2018]; root of context hierarchy 2018-12-11 12:27:34,091 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:34,091 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.679 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2018-12-11 12:27:34,106 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] 2018-12-11 12:27:34,106 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@615f61ec, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3c5de17c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@31620971, org.springframework.test.context.support.DirtiesContextTestExecutionListener@794cd751, org.springframework.test.context.transaction.TransactionalTestExecutionListener@63069995, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3003d288] 2018-12-11 12:27:34,107 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:34,187 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:34,225 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@110b6c78: startup date [Tue Dec 11 12:27:34 CET 2018]; root of context hierarchy 2018-12-11 12:27:34,318 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:34,342 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:34,342 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:34,417 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:34,422 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:34,637 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:34,647 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@110b6c78: startup date [Tue Dec 11 12:27:34 CET 2018]; root of context hierarchy 2018-12-11 12:27:34,650 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:34,659 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.006s) 2018-12-11 12:27:34,661 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:34,666 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:34,671 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:34,689 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:34,698 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:34,701 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:34,705 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:34,710 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:34,713 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:34,717 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:34,721 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:34,725 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:34,729 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:34,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.072s). 2018-12-11 12:27:34,831 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:35,018 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:35,019 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:35,020 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:35,055 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:35,055 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:35,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:35,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:35,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:35,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:35,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:35,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:35,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:35,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:35,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:35,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:35,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:35,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:35,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:35,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:35,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:35,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:35,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:35,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:35,167 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:35,167 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:35,167 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:35,167 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:35,167 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:35,168 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:35,168 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:35,168 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:35,168 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:35,168 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:35,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:35,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:35,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:35,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:35,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:35,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:35,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:35,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:35,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:35,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:35,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:35,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:35,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:35,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:35,172 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:35,172 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:35,172 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:35,172 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:35,173 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:35,173 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:35,173 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:35,189 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:35,217 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) 2018-12-11 12:27:35,217 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) 2018-12-11 12:27:35,217 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 2018-12-11 12:27:35,218 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) 2018-12-11 12:27:35,218 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) 2018-12-11 12:27:35,218 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) 2018-12-11 12:27:35,218 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 2018-12-11 12:27:35,219 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() 2018-12-11 12:27:35,219 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) 2018-12-11 12:27:35,220 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 2018-12-11 12:27:35,220 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) 2018-12-11 12:27:35,220 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 2018-12-11 12:27:35,220 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) 2018-12-11 12:27:35,221 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) 2018-12-11 12:27:35,221 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) 2018-12-11 12:27:35,221 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) 2018-12-11 12:27:35,221 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 2018-12-11 12:27:35,222 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) 2018-12-11 12:27:35,222 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) 2018-12-11 12:27:35,223 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) 2018-12-11 12:27:35,223 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) 2018-12-11 12:27:35,223 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() 2018-12-11 12:27:35,223 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) 2018-12-11 12:27:35,224 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() 2018-12-11 12:27:35,224 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) 2018-12-11 12:27:35,224 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) 2018-12-11 12:27:35,225 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) 2018-12-11 12:27:35,225 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) 2018-12-11 12:27:35,225 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) 2018-12-11 12:27:35,226 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() 2018-12-11 12:27:35,226 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() 2018-12-11 12:27:35,226 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() 2018-12-11 12:27:35,226 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() 2018-12-11 12:27:35,227 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() 2018-12-11 12:27:35,227 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) 2018-12-11 12:27:35,228 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) 2018-12-11 12:27:35,228 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) 2018-12-11 12:27:35,228 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) 2018-12-11 12:27:35,229 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 2018-12-11 12:27:35,229 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 2018-12-11 12:27:35,229 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) 2018-12-11 12:27:35,230 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 2018-12-11 12:27:35,230 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 2018-12-11 12:27:35,230 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 2018-12-11 12:27:35,230 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 2018-12-11 12:27:35,230 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) 2018-12-11 12:27:35,231 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) 2018-12-11 12:27:35,231 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() 2018-12-11 12:27:35,232 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) 2018-12-11 12:27:35,232 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) 2018-12-11 12:27:35,232 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) 2018-12-11 12:27:35,232 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) 2018-12-11 12:27:35,232 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 2018-12-11 12:27:35,233 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) 2018-12-11 12:27:35,233 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) 2018-12-11 12:27:35,233 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) 2018-12-11 12:27:35,234 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) 2018-12-11 12:27:35,234 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) 2018-12-11 12:27:35,234 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) 2018-12-11 12:27:35,235 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) 2018-12-11 12:27:35,235 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) 2018-12-11 12:27:35,235 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) 2018-12-11 12:27:35,236 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) 2018-12-11 12:27:35,236 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) 2018-12-11 12:27:35,236 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) 2018-12-11 12:27:35,237 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() 2018-12-11 12:27:35,237 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 2018-12-11 12:27:35,237 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) 2018-12-11 12:27:35,237 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) 2018-12-11 12:27:35,237 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 2018-12-11 12:27:35,238 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) 2018-12-11 12:27:35,239 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) 2018-12-11 12:27:35,239 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) 2018-12-11 12:27:35,239 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) 2018-12-11 12:27:35,239 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) 2018-12-11 12:27:35,240 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) 2018-12-11 12:27:35,240 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) 2018-12-11 12:27:35,240 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) 2018-12-11 12:27:35,241 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() 2018-12-11 12:27:35,241 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) 2018-12-11 12:27:35,241 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 2018-12-11 12:27:35,241 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 2018-12-11 12:27:35,242 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) 2018-12-11 12:27:35,274 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:35,396 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@110b6c78: startup date [Tue Dec 11 12:27:34 CET 2018]; root of context hierarchy 2018-12-11 12:27:35,416 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@110b6c78: startup date [Tue Dec 11 12:27:34 CET 2018]; root of context hierarchy 2018-12-11 12:27:35,487 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:35,487 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:35,495 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 8 ms 2018-12-11 12:27:35,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:35,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-12-11 12:27:35,914 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/ 2018-12-11 12:27:35,923 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-12-11 12:27:35,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-12-11 12:27:35,928 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:27:35,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-12-11 12:27:35,930 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:27:35,930 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-12-11 12:27:35,931 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:27:35,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-12-11 12:27:35,932 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:35,932 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-12-11 12:27:35,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-12-11 12:27:35,939 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:27:35,940 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:27:35,941 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:35,941 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:27:35,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-12-11 12:27:35,943 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:27:35,944 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:27:35,944 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:27:35,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-12-11 12:27:35,946 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:27:35,946 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:27:35,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:35,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:35,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:35,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-12-11 12:27:35,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-12-11 12:27:35,953 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-12-11 12:27:35,965 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,965 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,966 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,966 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,966 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,966 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,966 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,966 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,967 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,967 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:35,967 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-12-11 12:27:35,988 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:27:35,991 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:27:35,993 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:35,995 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:27:35,996 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:27:36,003 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:27:36,084 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2018-12-11 12:27:36,097 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2018-12-11 12:27:36,097 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-12-11 12:27:36,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-12-11 12:27:36,111 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-12-11 12:27:36,111 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource messages-demo.properties of application demo-application 2018-12-11 12:27:36,112 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-12-11 12:27:36,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource plugin.xml of application demo-application 2018-12-11 12:27:36,114 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-12-11 12:27:36,114 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource master.xml of application demo-application 2018-12-11 12:27:36,118 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-12-11 12:27:36,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource beans.xml of application demo-application 2018-12-11 12:27:36,120 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-12-11 12:27:36,120 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource page.xml of application demo-application 2018-12-11 12:27:36,121 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-12-11 12:27:36,121 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource events.xml of application demo-application 2018-12-11 12:27:36,122 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-12-11 12:27:36,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-12-11 12:27:36,123 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-12-11 12:27:36,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource datasources.xml of application demo-application 2018-12-11 12:27:36,124 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-12-11 12:27:36,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource application.xml of application demo-application 2018-12-11 12:27:36,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Application demo-application 2018-12-11 12:27:36,178 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-12-11 12:27:36,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-12-11 12:27:36,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-12-11 12:27:36,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-12-11 12:27:36,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-12-11 12:27:36,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission testPermission 2018-12-11 12:27:36,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-12-11 12:27:36,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource plugin.xml of application demo-application 2018-12-11 12:27:36,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource events.xml of application demo-application 2018-12-11 12:27:36,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource messages-demo.properties of application demo-application 2018-12-11 12:27:36,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource master.xml of application demo-application 2018-12-11 12:27:36,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource datasources.xml of application demo-application 2018-12-11 12:27:36,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-12-11 12:27:36,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource page.xml of application demo-application 2018-12-11 12:27:36,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-12-11 12:27:36,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource beans.xml of application demo-application 2018-12-11 12:27:36,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource application.xml of application demo-application 2018-12-11 12:27:36,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:36,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:36,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:36,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-12-11 12:27:36,195 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@110b6c78: startup date [Tue Dec 11 12:27:34 CET 2018]; root of context hierarchy 2018-12-11 12:27:36,201 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:36,202 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: 2.11 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2018-12-11 12:27:36,210 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] 2018-12-11 12:27:36,210 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@64078e6a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1170d81f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5c5cd332, org.springframework.test.context.support.DirtiesContextTestExecutionListener@60232aad, org.springframework.test.context.transaction.TransactionalTestExecutionListener@380f9c1d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2fa81b23] 2018-12-11 12:27:36,211 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:36,280 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:36,308 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@155788a7: startup date [Tue Dec 11 12:27:36 CET 2018]; root of context hierarchy 2018-12-11 12:27:36,386 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:36,405 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:36,406 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:36,475 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:36,479 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:36,628 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:36,637 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@155788a7: startup date [Tue Dec 11 12:27:36 CET 2018]; root of context hierarchy 2018-12-11 12:27:36,640 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:36,648 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s) 2018-12-11 12:27:36,650 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:36,658 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:36,662 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:36,684 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:36,697 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:36,700 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:36,704 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:36,707 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:36,716 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:36,721 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:36,725 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:36,729 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:36,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:36,737 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.087s). 2018-12-11 12:27:36,803 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:36,976 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:36,977 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:36,977 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:37,001 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:37,001 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:37,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:37,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:37,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:37,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:37,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:37,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:37,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:37,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:37,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:37,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:37,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:37,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:37,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:37,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:37,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:37,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:37,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:37,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:37,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:37,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:37,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:37,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:37,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:37,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:37,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:37,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:37,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:37,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:37,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:37,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:37,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:37,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:37,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:37,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:37,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:37,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:37,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:37,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:37,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:37,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:37,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:37,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:37,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:37,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:37,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:37,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:37,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:37,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:37,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:37,057 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:37,085 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) 2018-12-11 12:27:37,085 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) 2018-12-11 12:27:37,085 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 2018-12-11 12:27:37,086 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) 2018-12-11 12:27:37,086 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) 2018-12-11 12:27:37,086 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) 2018-12-11 12:27:37,086 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 2018-12-11 12:27:37,086 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() 2018-12-11 12:27:37,086 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) 2018-12-11 12:27:37,087 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 2018-12-11 12:27:37,087 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) 2018-12-11 12:27:37,087 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 2018-12-11 12:27:37,088 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) 2018-12-11 12:27:37,088 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) 2018-12-11 12:27:37,088 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) 2018-12-11 12:27:37,088 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) 2018-12-11 12:27:37,088 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 2018-12-11 12:27:37,089 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) 2018-12-11 12:27:37,089 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) 2018-12-11 12:27:37,089 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) 2018-12-11 12:27:37,089 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) 2018-12-11 12:27:37,089 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() 2018-12-11 12:27:37,090 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) 2018-12-11 12:27:37,090 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() 2018-12-11 12:27:37,090 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) 2018-12-11 12:27:37,091 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) 2018-12-11 12:27:37,091 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) 2018-12-11 12:27:37,091 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) 2018-12-11 12:27:37,091 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) 2018-12-11 12:27:37,091 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() 2018-12-11 12:27:37,092 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() 2018-12-11 12:27:37,092 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() 2018-12-11 12:27:37,092 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() 2018-12-11 12:27:37,092 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() 2018-12-11 12:27:37,093 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) 2018-12-11 12:27:37,093 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) 2018-12-11 12:27:37,093 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) 2018-12-11 12:27:37,093 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) 2018-12-11 12:27:37,094 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 2018-12-11 12:27:37,094 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 2018-12-11 12:27:37,094 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) 2018-12-11 12:27:37,094 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 2018-12-11 12:27:37,095 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 2018-12-11 12:27:37,095 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 2018-12-11 12:27:37,095 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 2018-12-11 12:27:37,095 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) 2018-12-11 12:27:37,095 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) 2018-12-11 12:27:37,095 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() 2018-12-11 12:27:37,096 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) 2018-12-11 12:27:37,096 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) 2018-12-11 12:27:37,096 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) 2018-12-11 12:27:37,097 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) 2018-12-11 12:27:37,097 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 2018-12-11 12:27:37,097 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) 2018-12-11 12:27:37,097 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) 2018-12-11 12:27:37,098 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) 2018-12-11 12:27:37,098 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) 2018-12-11 12:27:37,098 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) 2018-12-11 12:27:37,098 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) 2018-12-11 12:27:37,099 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) 2018-12-11 12:27:37,099 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) 2018-12-11 12:27:37,099 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) 2018-12-11 12:27:37,100 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) 2018-12-11 12:27:37,100 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) 2018-12-11 12:27:37,101 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) 2018-12-11 12:27:37,101 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() 2018-12-11 12:27:37,101 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 2018-12-11 12:27:37,101 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) 2018-12-11 12:27:37,101 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) 2018-12-11 12:27:37,102 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 2018-12-11 12:27:37,102 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) 2018-12-11 12:27:37,102 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) 2018-12-11 12:27:37,103 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) 2018-12-11 12:27:37,103 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) 2018-12-11 12:27:37,103 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) 2018-12-11 12:27:37,103 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) 2018-12-11 12:27:37,103 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) 2018-12-11 12:27:37,104 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) 2018-12-11 12:27:37,104 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() 2018-12-11 12:27:37,104 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) 2018-12-11 12:27:37,104 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 2018-12-11 12:27:37,104 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 2018-12-11 12:27:37,105 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) 2018-12-11 12:27:37,137 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:37,264 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@155788a7: startup date [Tue Dec 11 12:27:36 CET 2018]; root of context hierarchy 2018-12-11 12:27:37,286 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@155788a7: startup date [Tue Dec 11 12:27:36 CET 2018]; root of context hierarchy 2018-12-11 12:27:37,358 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:37,358 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:37,365 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-12-11 12:27:37,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:37,387 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local repo 2018-12-11 12:27:37,461 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/ 2018-12-11 12:27:37,468 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-12-11 12:27:37,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-12-11 12:27:37,474 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:27:37,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-12-11 12:27:37,477 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:27:37,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-12-11 12:27:37,477 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:27:37,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-12-11 12:27:37,478 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:37,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-12-11 12:27:37,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-12-11 12:27:37,488 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:27:37,489 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:27:37,490 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:37,490 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:27:37,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-12-11 12:27:37,492 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:27:37,493 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:27:37,493 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:27:37,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-12-11 12:27:37,495 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:27:37,495 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:27:37,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:37,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:37,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:37,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-12-11 12:27:37,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-12-11 12:27:37,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-12-11 12:27:37,505 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,505 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,505 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:37,506 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-12-11 12:27:37,517 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:27:37,518 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:27:37,519 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:37,521 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:27:37,522 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:27:37,523 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:27:37,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Repository local 2018-12-11 12:27:37,574 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:37,574 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:37,575 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:37,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository deleteme 2018-12-11 12:27:37,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Repository deleteme 2018-12-11 12:27:37,609 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:37,609 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:37,611 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-12-11 12:27:37,628 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:37,628 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:37,629 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:37,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository dummy repo 2018-12-11 12:27:37,665 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 '' 2018-12-11 12:27:37,666 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 '' 2018-12-11 12:27:37,674 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:37,674 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:37,675 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:37,727 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 2018-12-11 12:27:37,740 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@155788a7: startup date [Tue Dec 11 12:27:36 CET 2018]; root of context hierarchy 2018-12-11 12:27:37,742 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:37,742 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.54 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2018-12-11 12:27:37,750 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] 2018-12-11 12:27:37,750 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7c6d18fb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@59d0f14b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@214faadd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2390a185, org.springframework.test.context.transaction.TransactionalTestExecutionListener@37aedfcc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@69aa2adb] 2018-12-11 12:27:37,751 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:37,814 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:37,844 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@356f7c71: startup date [Tue Dec 11 12:27:37 CET 2018]; root of context hierarchy 2018-12-11 12:27:37,905 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:37,922 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:37,923 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:37,975 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:37,979 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:38,113 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:38,127 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@356f7c71: startup date [Tue Dec 11 12:27:37 CET 2018]; root of context hierarchy 2018-12-11 12:27:38,129 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:38,137 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s) 2018-12-11 12:27:38,139 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:38,143 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:38,147 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:38,162 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:38,168 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:38,171 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:38,174 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:38,177 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:38,180 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:38,183 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:38,186 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:38,189 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:38,192 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:38,195 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.055s). 2018-12-11 12:27:38,257 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:38,405 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:38,405 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:38,406 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:38,427 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:38,427 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:38,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:38,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:38,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:38,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:38,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:38,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:38,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:38,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:38,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:38,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:38,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:38,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:38,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:38,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:38,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:38,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:38,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:38,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:38,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:38,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:38,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:38,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:38,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:38,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:38,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:38,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:38,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:38,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:38,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:38,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:38,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:38,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:38,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:38,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:38,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:38,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:38,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:38,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:38,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:38,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:38,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:38,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:38,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:38,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:38,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:38,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:38,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:38,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:38,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:38,485 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:38,512 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) 2018-12-11 12:27:38,512 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) 2018-12-11 12:27:38,513 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 2018-12-11 12:27:38,513 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) 2018-12-11 12:27:38,513 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) 2018-12-11 12:27:38,514 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) 2018-12-11 12:27:38,514 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 2018-12-11 12:27:38,514 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() 2018-12-11 12:27:38,514 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) 2018-12-11 12:27:38,515 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 2018-12-11 12:27:38,515 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) 2018-12-11 12:27:38,516 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 2018-12-11 12:27:38,516 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) 2018-12-11 12:27:38,516 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) 2018-12-11 12:27:38,516 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) 2018-12-11 12:27:38,517 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) 2018-12-11 12:27:38,517 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 2018-12-11 12:27:38,518 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) 2018-12-11 12:27:38,518 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) 2018-12-11 12:27:38,518 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) 2018-12-11 12:27:38,519 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) 2018-12-11 12:27:38,519 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() 2018-12-11 12:27:38,519 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) 2018-12-11 12:27:38,520 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() 2018-12-11 12:27:38,520 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) 2018-12-11 12:27:38,520 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) 2018-12-11 12:27:38,521 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) 2018-12-11 12:27:38,521 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) 2018-12-11 12:27:38,521 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) 2018-12-11 12:27:38,522 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() 2018-12-11 12:27:38,522 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() 2018-12-11 12:27:38,522 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() 2018-12-11 12:27:38,522 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() 2018-12-11 12:27:38,523 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() 2018-12-11 12:27:38,523 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) 2018-12-11 12:27:38,524 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) 2018-12-11 12:27:38,524 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) 2018-12-11 12:27:38,524 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) 2018-12-11 12:27:38,525 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 2018-12-11 12:27:38,525 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 2018-12-11 12:27:38,526 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) 2018-12-11 12:27:38,526 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 2018-12-11 12:27:38,526 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 2018-12-11 12:27:38,526 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 2018-12-11 12:27:38,527 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 2018-12-11 12:27:38,527 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) 2018-12-11 12:27:38,527 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) 2018-12-11 12:27:38,528 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() 2018-12-11 12:27:38,528 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) 2018-12-11 12:27:38,528 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) 2018-12-11 12:27:38,529 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) 2018-12-11 12:27:38,529 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) 2018-12-11 12:27:38,529 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 2018-12-11 12:27:38,530 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) 2018-12-11 12:27:38,530 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) 2018-12-11 12:27:38,530 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) 2018-12-11 12:27:38,530 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) 2018-12-11 12:27:38,531 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) 2018-12-11 12:27:38,531 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) 2018-12-11 12:27:38,532 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) 2018-12-11 12:27:38,532 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) 2018-12-11 12:27:38,532 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) 2018-12-11 12:27:38,533 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) 2018-12-11 12:27:38,533 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) 2018-12-11 12:27:38,534 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) 2018-12-11 12:27:38,534 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() 2018-12-11 12:27:38,534 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 2018-12-11 12:27:38,534 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) 2018-12-11 12:27:38,535 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) 2018-12-11 12:27:38,535 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 2018-12-11 12:27:38,536 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) 2018-12-11 12:27:38,536 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) 2018-12-11 12:27:38,536 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) 2018-12-11 12:27:38,536 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) 2018-12-11 12:27:38,537 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) 2018-12-11 12:27:38,537 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) 2018-12-11 12:27:38,537 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) 2018-12-11 12:27:38,538 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) 2018-12-11 12:27:38,538 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() 2018-12-11 12:27:38,538 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) 2018-12-11 12:27:38,539 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 2018-12-11 12:27:38,539 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 2018-12-11 12:27:38,539 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) 2018-12-11 12:27:38,572 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:38,709 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@356f7c71: startup date [Tue Dec 11 12:27:37 CET 2018]; root of context hierarchy 2018-12-11 12:27:38,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@356f7c71: startup date [Tue Dec 11 12:27:37 CET 2018]; root of context hierarchy 2018-12-11 12:27:38,792 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:38,792 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:38,799 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-12-11 12:27:38,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:38,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-12-11 12:27:38,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject Admin 2018-12-11 12:27:38,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-12-11 12:27:38,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-12-11 12:27:38,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-12-11 12:27:38,870 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:38,870 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:38,871 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:38,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject deleteme 2018-12-11 12:27:38,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Subject deleteme 2018-12-11 12:27:38,887 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:38,887 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:38,888 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:38,898 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@356f7c71: startup date [Tue Dec 11 12:27:37 CET 2018]; root of context hierarchy 2018-12-11 12:27:38,899 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:38,900 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.156 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2018-12-11 12:27:38,907 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] 2018-12-11 12:27:38,907 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@56653a4d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@72c743f4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4bb4c147, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2c7ddfa0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@53b52f30, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1b250e51] 2018-12-11 12:27:38,908 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:38,957 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:38,981 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@76f65a8b: startup date [Tue Dec 11 12:27:38 CET 2018]; root of context hierarchy 2018-12-11 12:27:39,039 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:39,057 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:39,057 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:39,111 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:39,115 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:39,256 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:39,263 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@76f65a8b: startup date [Tue Dec 11 12:27:38 CET 2018]; root of context hierarchy 2018-12-11 12:27:39,265 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:39,272 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2018-12-11 12:27:39,273 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:39,276 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:39,280 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:39,293 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:39,299 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:39,302 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:39,305 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:39,308 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:39,310 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:39,313 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:39,316 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:39,319 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:39,321 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:39,324 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.051s). 2018-12-11 12:27:39,452 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:39,594 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:39,595 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:39,595 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:39,616 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:39,616 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:39,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:39,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:39,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:39,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:39,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:39,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:39,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:39,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:39,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:39,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:39,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:39,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:39,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:39,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:39,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:39,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:39,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:39,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:39,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:39,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:39,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:39,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:39,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:39,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:39,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:39,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:39,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:39,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:39,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:39,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:39,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:39,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:39,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:39,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:39,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:39,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:39,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:39,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:39,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:39,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:39,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:39,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:39,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:39,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:39,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:39,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:39,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:39,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:39,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:39,670 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:39,698 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) 2018-12-11 12:27:39,699 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) 2018-12-11 12:27:39,699 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 2018-12-11 12:27:39,699 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) 2018-12-11 12:27:39,700 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) 2018-12-11 12:27:39,700 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) 2018-12-11 12:27:39,700 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 2018-12-11 12:27:39,700 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() 2018-12-11 12:27:39,701 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) 2018-12-11 12:27:39,701 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 2018-12-11 12:27:39,702 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) 2018-12-11 12:27:39,702 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 2018-12-11 12:27:39,702 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) 2018-12-11 12:27:39,702 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) 2018-12-11 12:27:39,703 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) 2018-12-11 12:27:39,703 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) 2018-12-11 12:27:39,703 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 2018-12-11 12:27:39,704 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) 2018-12-11 12:27:39,705 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) 2018-12-11 12:27:39,705 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) 2018-12-11 12:27:39,705 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) 2018-12-11 12:27:39,705 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() 2018-12-11 12:27:39,706 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) 2018-12-11 12:27:39,706 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() 2018-12-11 12:27:39,707 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) 2018-12-11 12:27:39,707 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) 2018-12-11 12:27:39,707 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) 2018-12-11 12:27:39,708 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) 2018-12-11 12:27:39,708 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) 2018-12-11 12:27:39,708 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() 2018-12-11 12:27:39,709 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() 2018-12-11 12:27:39,709 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() 2018-12-11 12:27:39,709 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() 2018-12-11 12:27:39,710 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() 2018-12-11 12:27:39,710 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) 2018-12-11 12:27:39,710 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) 2018-12-11 12:27:39,710 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) 2018-12-11 12:27:39,711 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) 2018-12-11 12:27:39,712 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 2018-12-11 12:27:39,712 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 2018-12-11 12:27:39,712 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) 2018-12-11 12:27:39,712 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 2018-12-11 12:27:39,712 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 2018-12-11 12:27:39,713 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 2018-12-11 12:27:39,713 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 2018-12-11 12:27:39,713 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) 2018-12-11 12:27:39,713 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) 2018-12-11 12:27:39,714 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() 2018-12-11 12:27:39,714 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) 2018-12-11 12:27:39,714 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) 2018-12-11 12:27:39,715 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) 2018-12-11 12:27:39,715 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) 2018-12-11 12:27:39,715 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 2018-12-11 12:27:39,716 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) 2018-12-11 12:27:39,716 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) 2018-12-11 12:27:39,716 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) 2018-12-11 12:27:39,717 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) 2018-12-11 12:27:39,717 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) 2018-12-11 12:27:39,717 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) 2018-12-11 12:27:39,718 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) 2018-12-11 12:27:39,718 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) 2018-12-11 12:27:39,718 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) 2018-12-11 12:27:39,718 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) 2018-12-11 12:27:39,719 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) 2018-12-11 12:27:39,719 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) 2018-12-11 12:27:39,720 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() 2018-12-11 12:27:39,720 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 2018-12-11 12:27:39,720 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) 2018-12-11 12:27:39,720 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) 2018-12-11 12:27:39,721 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 2018-12-11 12:27:39,721 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) 2018-12-11 12:27:39,722 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) 2018-12-11 12:27:39,722 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) 2018-12-11 12:27:39,722 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) 2018-12-11 12:27:39,722 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) 2018-12-11 12:27:39,723 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) 2018-12-11 12:27:39,723 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) 2018-12-11 12:27:39,723 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) 2018-12-11 12:27:39,724 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() 2018-12-11 12:27:39,724 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) 2018-12-11 12:27:39,724 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 2018-12-11 12:27:39,724 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 2018-12-11 12:27:39,725 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) 2018-12-11 12:27:39,759 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:39,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@76f65a8b: startup date [Tue Dec 11 12:27:38 CET 2018]; root of context hierarchy 2018-12-11 12:27:39,912 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@76f65a8b: startup date [Tue Dec 11 12:27:38 CET 2018]; root of context hierarchy 2018-12-11 12:27:39,984 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:39,984 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:39,991 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-12-11 12:27:39,999 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:40,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-12-11 12:27:40,043 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/ 2018-12-11 12:27:40,051 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-12-11 12:27:40,053 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-12-11 12:27:40,056 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:27:40,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-12-11 12:27:40,059 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:27:40,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-12-11 12:27:40,059 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:27:40,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-12-11 12:27:40,060 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:40,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-12-11 12:27:40,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-12-11 12:27:40,067 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:27:40,068 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:27:40,069 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:40,069 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:27:40,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-12-11 12:27:40,070 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:27:40,071 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:27:40,071 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:27:40,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-12-11 12:27:40,072 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:27:40,073 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:27:40,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:40,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:40,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:40,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-12-11 12:27:40,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-12-11 12:27:40,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-12-11 12:27:40,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:40,084 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-12-11 12:27:40,094 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:27:40,095 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:27:40,096 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:40,097 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:27:40,098 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:27:40,100 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:27:40,149 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:40,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission testPermission 2018-12-11 12:27:40,162 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2018-12-11 12:27:40,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission newName 2018-12-11 12:27:40,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-12-11 12:27:40,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-12-11 12:27:40,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-12-11 12:27:40,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission newName 2018-12-11 12:27:40,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-12-11 12:27:40,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-12-11 12:27:40,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-12-11 12:27:40,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:40,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:40,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:40,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-12-11 12:27:40,187 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@76f65a8b: startup date [Tue Dec 11 12:27:38 CET 2018]; root of context hierarchy 2018-12-11 12:27:40,189 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:40,189 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.289 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2018-12-11 12:27:40,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] 2018-12-11 12:27:40,201 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f1705c8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@11e1e137, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4334aa1b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@51b1039c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@469f6527, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@58e9cc9a] 2018-12-11 12:27:40,202 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:40,255 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:40,280 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3eebd1ee: startup date [Tue Dec 11 12:27:40 CET 2018]; root of context hierarchy 2018-12-11 12:27:40,341 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:40,361 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:40,361 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:40,417 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:40,421 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:40,560 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:40,568 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@3eebd1ee: startup date [Tue Dec 11 12:27:40 CET 2018]; root of context hierarchy 2018-12-11 12:27:40,570 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:40,576 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2018-12-11 12:27:40,578 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:40,581 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:40,584 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:40,596 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:40,601 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:40,604 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:40,607 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:40,609 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:40,612 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:40,614 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:40,617 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:40,620 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:40,623 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:40,625 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.047s). 2018-12-11 12:27:40,686 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:40,817 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:40,818 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:40,819 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:40,839 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:40,839 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:40,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:40,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:40,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:40,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:40,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:40,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:40,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:40,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:40,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:40,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:40,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:40,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:40,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:40,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:40,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:40,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:40,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:40,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:40,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:40,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:40,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:40,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:40,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:40,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:40,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:40,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:40,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:40,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:40,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:40,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:40,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:40,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:40,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:40,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:40,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:40,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:40,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:40,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:40,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:40,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:40,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:40,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:40,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:40,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:40,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:40,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:40,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:40,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:40,877 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:40,892 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:40,918 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) 2018-12-11 12:27:40,918 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) 2018-12-11 12:27:40,919 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 2018-12-11 12:27:40,919 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) 2018-12-11 12:27:40,919 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) 2018-12-11 12:27:40,919 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) 2018-12-11 12:27:40,920 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 2018-12-11 12:27:40,920 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() 2018-12-11 12:27:40,920 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) 2018-12-11 12:27:40,921 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 2018-12-11 12:27:40,921 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) 2018-12-11 12:27:40,921 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 2018-12-11 12:27:40,921 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) 2018-12-11 12:27:40,922 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) 2018-12-11 12:27:40,922 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) 2018-12-11 12:27:40,922 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) 2018-12-11 12:27:40,922 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 2018-12-11 12:27:40,923 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) 2018-12-11 12:27:40,923 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) 2018-12-11 12:27:40,923 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) 2018-12-11 12:27:40,923 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) 2018-12-11 12:27:40,924 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() 2018-12-11 12:27:40,924 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) 2018-12-11 12:27:40,924 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() 2018-12-11 12:27:40,925 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) 2018-12-11 12:27:40,925 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) 2018-12-11 12:27:40,925 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) 2018-12-11 12:27:40,925 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) 2018-12-11 12:27:40,926 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) 2018-12-11 12:27:40,926 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() 2018-12-11 12:27:40,926 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() 2018-12-11 12:27:40,927 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() 2018-12-11 12:27:40,927 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() 2018-12-11 12:27:40,927 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() 2018-12-11 12:27:40,928 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) 2018-12-11 12:27:40,928 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) 2018-12-11 12:27:40,928 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) 2018-12-11 12:27:40,928 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) 2018-12-11 12:27:40,929 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 2018-12-11 12:27:40,929 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 2018-12-11 12:27:40,930 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) 2018-12-11 12:27:40,930 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 2018-12-11 12:27:40,930 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 2018-12-11 12:27:40,930 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 2018-12-11 12:27:40,931 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 2018-12-11 12:27:40,931 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) 2018-12-11 12:27:40,931 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) 2018-12-11 12:27:40,931 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() 2018-12-11 12:27:40,932 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) 2018-12-11 12:27:40,932 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) 2018-12-11 12:27:40,932 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) 2018-12-11 12:27:40,932 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) 2018-12-11 12:27:40,933 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 2018-12-11 12:27:40,933 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) 2018-12-11 12:27:40,933 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) 2018-12-11 12:27:40,934 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) 2018-12-11 12:27:40,934 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) 2018-12-11 12:27:40,934 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) 2018-12-11 12:27:40,934 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) 2018-12-11 12:27:40,935 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) 2018-12-11 12:27:40,935 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) 2018-12-11 12:27:40,935 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) 2018-12-11 12:27:40,936 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) 2018-12-11 12:27:40,936 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) 2018-12-11 12:27:40,937 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) 2018-12-11 12:27:40,937 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() 2018-12-11 12:27:40,937 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 2018-12-11 12:27:40,937 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) 2018-12-11 12:27:40,938 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) 2018-12-11 12:27:40,938 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 2018-12-11 12:27:40,938 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) 2018-12-11 12:27:40,939 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) 2018-12-11 12:27:40,939 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) 2018-12-11 12:27:40,939 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) 2018-12-11 12:27:40,939 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) 2018-12-11 12:27:40,940 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) 2018-12-11 12:27:40,940 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) 2018-12-11 12:27:40,940 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) 2018-12-11 12:27:40,941 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() 2018-12-11 12:27:40,941 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) 2018-12-11 12:27:40,941 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 2018-12-11 12:27:40,941 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 2018-12-11 12:27:40,942 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) 2018-12-11 12:27:40,974 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:41,118 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3eebd1ee: startup date [Tue Dec 11 12:27:40 CET 2018]; root of context hierarchy 2018-12-11 12:27:41,140 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3eebd1ee: startup date [Tue Dec 11 12:27:40 CET 2018]; root of context hierarchy 2018-12-11 12:27:41,210 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:41,210 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:41,217 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-12-11 12:27:41,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:41,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-12-11 12:27:41,267 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/ 2018-12-11 12:27:41,274 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-12-11 12:27:41,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-12-11 12:27:41,278 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:27:41,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-12-11 12:27:41,280 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:27:41,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-12-11 12:27:41,280 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:27:41,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-12-11 12:27:41,281 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:41,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-12-11 12:27:41,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-12-11 12:27:41,288 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:27:41,289 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:27:41,290 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:41,290 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:27:41,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-12-11 12:27:41,291 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:27:41,292 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:27:41,292 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:27:41,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-12-11 12:27:41,294 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:27:41,294 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:27:41,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:41,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:41,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:41,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-12-11 12:27:41,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-12-11 12:27:41,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-12-11 12:27:41,302 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,302 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,303 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,303 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,303 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,303 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,304 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,304 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,304 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,304 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:41,304 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-12-11 12:27:41,313 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:27:41,314 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:27:41,315 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:41,317 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:27:41,317 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:27:41,319 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:27:41,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-12-11 12:27:41,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Group Administrator 2018-12-11 12:27:41,381 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:41,381 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:41,383 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-12-11 12:27:41,386 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group deleteme 2018-12-11 12:27:41,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Group deleteme 2018-12-11 12:27:41,396 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:41,396 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:41,398 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-12-11 12:27:41,409 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3eebd1ee: startup date [Tue Dec 11 12:27:40 CET 2018]; root of context hierarchy 2018-12-11 12:27:41,411 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:41,411 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.219 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SiteApplicationControllerTest 2018-12-11 12:27:41,419 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] 2018-12-11 12:27:41,420 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@620af7f3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4064fbdf, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3feedaec, org.springframework.test.context.support.DirtiesContextTestExecutionListener@19a834b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@349a59e4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@53c7f6ab] 2018-12-11 12:27:41,420 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:41,473 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:41,497 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@1a377f85: startup date [Tue Dec 11 12:27:41 CET 2018]; root of context hierarchy 2018-12-11 12:27:41,557 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:41,574 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:41,574 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:41,636 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:41,640 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:41,803 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:41,810 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@1a377f85: startup date [Tue Dec 11 12:27:41 CET 2018]; root of context hierarchy 2018-12-11 12:27:41,811 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:41,817 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2018-12-11 12:27:41,818 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:41,821 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:41,823 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:41,834 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:41,838 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:41,840 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:41,843 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:41,845 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:41,847 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:41,850 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:41,852 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:41,854 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:41,857 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:41,859 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.040s). 2018-12-11 12:27:41,909 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:42,023 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:42,023 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:42,024 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:42,046 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:42,046 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:42,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:42,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:42,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:42,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:42,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:42,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:42,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:42,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:42,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:42,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:42,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:42,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:42,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:42,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:42,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:42,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:42,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:42,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:42,088 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:42,112 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) 2018-12-11 12:27:42,112 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) 2018-12-11 12:27:42,112 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 2018-12-11 12:27:42,112 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) 2018-12-11 12:27:42,112 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) 2018-12-11 12:27:42,113 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) 2018-12-11 12:27:42,113 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 2018-12-11 12:27:42,113 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() 2018-12-11 12:27:42,113 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) 2018-12-11 12:27:42,114 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 2018-12-11 12:27:42,114 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) 2018-12-11 12:27:42,114 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 2018-12-11 12:27:42,114 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) 2018-12-11 12:27:42,114 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) 2018-12-11 12:27:42,114 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) 2018-12-11 12:27:42,115 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) 2018-12-11 12:27:42,115 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 2018-12-11 12:27:42,115 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) 2018-12-11 12:27:42,115 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) 2018-12-11 12:27:42,115 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) 2018-12-11 12:27:42,115 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) 2018-12-11 12:27:42,115 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() 2018-12-11 12:27:42,116 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) 2018-12-11 12:27:42,116 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() 2018-12-11 12:27:42,116 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) 2018-12-11 12:27:42,116 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) 2018-12-11 12:27:42,116 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) 2018-12-11 12:27:42,116 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) 2018-12-11 12:27:42,117 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) 2018-12-11 12:27:42,117 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() 2018-12-11 12:27:42,117 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() 2018-12-11 12:27:42,117 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() 2018-12-11 12:27:42,117 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() 2018-12-11 12:27:42,117 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() 2018-12-11 12:27:42,118 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) 2018-12-11 12:27:42,118 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) 2018-12-11 12:27:42,118 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) 2018-12-11 12:27:42,118 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) 2018-12-11 12:27:42,118 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 2018-12-11 12:27:42,119 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 2018-12-11 12:27:42,119 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) 2018-12-11 12:27:42,119 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 2018-12-11 12:27:42,119 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 2018-12-11 12:27:42,119 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 2018-12-11 12:27:42,119 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 2018-12-11 12:27:42,119 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) 2018-12-11 12:27:42,119 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) 2018-12-11 12:27:42,119 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() 2018-12-11 12:27:42,120 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) 2018-12-11 12:27:42,120 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) 2018-12-11 12:27:42,120 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) 2018-12-11 12:27:42,120 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) 2018-12-11 12:27:42,120 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 2018-12-11 12:27:42,121 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) 2018-12-11 12:27:42,121 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) 2018-12-11 12:27:42,121 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) 2018-12-11 12:27:42,121 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) 2018-12-11 12:27:42,121 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) 2018-12-11 12:27:42,121 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) 2018-12-11 12:27:42,122 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) 2018-12-11 12:27:42,122 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) 2018-12-11 12:27:42,122 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) 2018-12-11 12:27:42,122 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) 2018-12-11 12:27:42,122 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) 2018-12-11 12:27:42,122 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) 2018-12-11 12:27:42,123 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() 2018-12-11 12:27:42,123 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 2018-12-11 12:27:42,123 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) 2018-12-11 12:27:42,123 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) 2018-12-11 12:27:42,123 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 2018-12-11 12:27:42,124 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) 2018-12-11 12:27:42,124 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) 2018-12-11 12:27:42,124 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) 2018-12-11 12:27:42,124 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) 2018-12-11 12:27:42,124 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) 2018-12-11 12:27:42,124 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) 2018-12-11 12:27:42,124 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) 2018-12-11 12:27:42,125 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) 2018-12-11 12:27:42,125 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() 2018-12-11 12:27:42,125 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) 2018-12-11 12:27:42,125 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 2018-12-11 12:27:42,125 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 2018-12-11 12:27:42,125 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) 2018-12-11 12:27:42,155 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:42,270 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@1a377f85: startup date [Tue Dec 11 12:27:41 CET 2018]; root of context hierarchy 2018-12-11 12:27:42,288 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@1a377f85: startup date [Tue Dec 11 12:27:41 CET 2018]; root of context hierarchy 2018-12-11 12:27:42,347 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:42,347 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:42,353 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-12-11 12:27:42,358 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:42,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-12-11 12:27:42,393 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/ 2018-12-11 12:27:42,398 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-12-11 12:27:42,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-12-11 12:27:42,402 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:27:42,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-12-11 12:27:42,404 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:27:42,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-12-11 12:27:42,404 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:27:42,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-12-11 12:27:42,405 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:42,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-12-11 12:27:42,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-12-11 12:27:42,411 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:27:42,411 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:27:42,412 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:42,412 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:27:42,412 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-12-11 12:27:42,413 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:27:42,414 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:27:42,414 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:27:42,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-12-11 12:27:42,415 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:27:42,415 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:27:42,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:42,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:42,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:42,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-12-11 12:27:42,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-12-11 12:27:42,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-12-11 12:27:42,423 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,423 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,423 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:42,424 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-12-11 12:27:42,435 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:27:42,436 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:27:42,437 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:42,438 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:27:42,439 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:27:42,440 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:27:42,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-12-11 12:27:42,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-12-11 12:27:42,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-12-11 12:27:42,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-12-11 12:27:42,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-12-11 12:27:42,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-12-11 12:27:42,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-12-11 12:27:42,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-12-11 12:27:42,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-12-11 12:27:42,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-12-11 12:27:42,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-12-11 12:27:42,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-12-11 12:27:42,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-12-11 12:27:42,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-12-11 12:27:42,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-12-11 12:27:42,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-12-11 12:27:42,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-12-11 12:27:42,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-12-11 12:27:42,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-12-11 12:27:42,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-12-11 12:27:42,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-12-11 12:27:42,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-12-11 12:27:42,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-12-11 12:27:42,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-12-11 12:27:42,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-12-11 12:27:42,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-12-11 12:27:42,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-12-11 12:27:42,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-12-11 12:27:42,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-12-11 12:27:42,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-12-11 12:27:42,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-12-11 12:27:42,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-12-11 12:27:42,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-12-11 12:27:42,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-12-11 12:27:42,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-12-11 12:27:42,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-12-11 12:27:42,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-12-11 12:27:42,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-12-11 12:27:42,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-12-11 12:27:42,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-12-11 12:27:42,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-12-11 12:27:42,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-12-11 12:27:42,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-12-11 12:27:42,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-12-11 12:27:42,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-12-11 12:27:42,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-12-11 12:27:42,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-12-11 12:27:42,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-12-11 12:27:42,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-12-11 12:27:42,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-12-11 12:27:42,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-12-11 12:27:42,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-12-11 12:27:42,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-12-11 12:27:42,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-12-11 12:27:42,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-12-11 12:27:42,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-12-11 12:27:42,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-12-11 12:27:42,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-12-11 12:27:42,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-12-11 12:27:42,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-12-11 12:27:42,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-12-11 12:27:42,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-12-11 12:27:42,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-12-11 12:27:42,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPrincipalScheme 2018-12-11 12:27:42,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.encoding 2018-12-11 12:27:42,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportReloadFile 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.documentDir 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedPaths 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.wwwDir 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionName 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapStartTls 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.name 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputFormat 2018-12-11 12:27:42,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUser 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexConfig 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.siteRootDir 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapDomain 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginPage 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheStatistics 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailPort 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.appendTabId 2018-12-11 12:27:42,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.service-path 2018-12-11 12:27:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.template 2018-12-11 12:27:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.tagPrefix 2018-12-11 12:27:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheEnabled 2018-12-11 12:27:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutPage 2018-12-11 12:27:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.timeZone 2018-12-11 12:27:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapIdAttribute 2018-12-11 12:27:42,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchMaxHits 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.host 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileTypes 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportedLanguages 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.locale 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.DatasourceConfigurer 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexTimeout 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.rewriteConfig 2018-12-11 12:27:42,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionValue 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailHost 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginRef 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchChunkSize 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPage 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedMethods 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileSystemQueueSize 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPassword 2018-12-11 12:27:42,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapHost 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapGroupBaseDn 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPageSize 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectionEnabled 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutRef 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheClearOnShutdown 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultApplication 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailDisabled 2018-12-11 12:27:42,508 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.assetsDir 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUserBaseDn 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.xssExceptions 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authApplication 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheExceptions 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPage 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.manager-path 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheBlockingTimeout 2018-12-11 12:27:42,509 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexDir 2018-12-11 12:27:42,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.enforcePrimaryDomain 2018-12-11 12:27:42,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexQueueSize 2018-12-11 12:27:42,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPages 2018-12-11 12:27:42,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputType 2018-12-11 12:27:42,510 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site anotherSite 2018-12-11 12:27:42,552 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 2018-12-11 12:27:42,553 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 2018-12-11 12:27:42,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Assigned application demo-application to site localhost 2018-12-11 12:27:42,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-12-11 12:27:42,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-12-11 12:27:42,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-12-11 12:27:42,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-12-11 12:27:42,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-12-11 12:27:42,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-12-11 12:27:42,760 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2018-12-11 12:27:42,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Removed application demo-application from site localhost 2018-12-11 12:27:42,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-12-11 12:27:42,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-12-11 12:27:42,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-12-11 12:27:42,770 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@1a377f85: startup date [Tue Dec 11 12:27:41 CET 2018]; root of context hierarchy 2018-12-11 12:27:42,771 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:42,772 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.359 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2018-12-11 12:27:42,778 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] 2018-12-11 12:27:42,778 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1b104000, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53413a1a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d0ed7d8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@52ce568, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1c25b58d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@466ecdf9] 2018-12-11 12:27:42,778 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:42,824 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:42,846 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2d3572fb: startup date [Tue Dec 11 12:27:42 CET 2018]; root of context hierarchy 2018-12-11 12:27:42,900 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:42,915 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:42,915 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:42,961 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:42,965 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:43,085 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:43,092 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@2d3572fb: startup date [Tue Dec 11 12:27:42 CET 2018]; root of context hierarchy 2018-12-11 12:27:43,094 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:43,100 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2018-12-11 12:27:43,101 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:43,103 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:43,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:43,122 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:43,128 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:43,130 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:43,133 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:43,136 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:43,138 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:43,140 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:43,143 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:43,146 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:43,148 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:43,150 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.049s). 2018-12-11 12:27:43,217 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:43,379 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:43,380 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:43,380 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:43,409 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:43,409 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:43,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:43,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:43,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:43,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:43,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:43,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:43,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:43,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:43,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:43,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:43,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:43,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:43,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:43,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:43,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:43,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:43,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:43,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:43,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:43,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:43,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:43,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:43,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:43,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:43,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:43,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:43,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:43,465 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:43,496 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) 2018-12-11 12:27:43,497 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) 2018-12-11 12:27:43,497 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 2018-12-11 12:27:43,497 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) 2018-12-11 12:27:43,497 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) 2018-12-11 12:27:43,498 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) 2018-12-11 12:27:43,498 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 2018-12-11 12:27:43,498 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() 2018-12-11 12:27:43,498 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) 2018-12-11 12:27:43,499 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 2018-12-11 12:27:43,499 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) 2018-12-11 12:27:43,499 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 2018-12-11 12:27:43,499 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) 2018-12-11 12:27:43,500 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) 2018-12-11 12:27:43,500 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) 2018-12-11 12:27:43,500 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) 2018-12-11 12:27:43,500 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 2018-12-11 12:27:43,501 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) 2018-12-11 12:27:43,501 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) 2018-12-11 12:27:43,501 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) 2018-12-11 12:27:43,501 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) 2018-12-11 12:27:43,501 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() 2018-12-11 12:27:43,502 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) 2018-12-11 12:27:43,502 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() 2018-12-11 12:27:43,502 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) 2018-12-11 12:27:43,503 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) 2018-12-11 12:27:43,503 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) 2018-12-11 12:27:43,503 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) 2018-12-11 12:27:43,503 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) 2018-12-11 12:27:43,504 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() 2018-12-11 12:27:43,504 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() 2018-12-11 12:27:43,504 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() 2018-12-11 12:27:43,504 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() 2018-12-11 12:27:43,505 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() 2018-12-11 12:27:43,505 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) 2018-12-11 12:27:43,505 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) 2018-12-11 12:27:43,505 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) 2018-12-11 12:27:43,505 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) 2018-12-11 12:27:43,506 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 2018-12-11 12:27:43,506 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 2018-12-11 12:27:43,507 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) 2018-12-11 12:27:43,507 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 2018-12-11 12:27:43,507 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 2018-12-11 12:27:43,507 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 2018-12-11 12:27:43,507 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 2018-12-11 12:27:43,507 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) 2018-12-11 12:27:43,508 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) 2018-12-11 12:27:43,508 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() 2018-12-11 12:27:43,508 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) 2018-12-11 12:27:43,508 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) 2018-12-11 12:27:43,509 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) 2018-12-11 12:27:43,509 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) 2018-12-11 12:27:43,509 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 2018-12-11 12:27:43,510 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) 2018-12-11 12:27:43,510 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) 2018-12-11 12:27:43,510 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) 2018-12-11 12:27:43,510 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) 2018-12-11 12:27:43,510 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) 2018-12-11 12:27:43,511 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) 2018-12-11 12:27:43,511 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) 2018-12-11 12:27:43,511 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) 2018-12-11 12:27:43,512 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) 2018-12-11 12:27:43,512 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) 2018-12-11 12:27:43,512 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) 2018-12-11 12:27:43,513 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) 2018-12-11 12:27:43,513 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() 2018-12-11 12:27:43,513 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 2018-12-11 12:27:43,513 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) 2018-12-11 12:27:43,513 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) 2018-12-11 12:27:43,514 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 2018-12-11 12:27:43,514 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) 2018-12-11 12:27:43,515 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) 2018-12-11 12:27:43,515 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) 2018-12-11 12:27:43,515 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) 2018-12-11 12:27:43,515 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) 2018-12-11 12:27:43,515 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) 2018-12-11 12:27:43,516 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) 2018-12-11 12:27:43,516 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) 2018-12-11 12:27:43,516 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() 2018-12-11 12:27:43,517 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) 2018-12-11 12:27:43,517 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 2018-12-11 12:27:43,517 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 2018-12-11 12:27:43,517 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) 2018-12-11 12:27:43,560 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:43,713 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2d3572fb: startup date [Tue Dec 11 12:27:42 CET 2018]; root of context hierarchy 2018-12-11 12:27:43,743 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2d3572fb: startup date [Tue Dec 11 12:27:42 CET 2018]; root of context hierarchy 2018-12-11 12:27:43,845 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:43,845 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:43,855 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 10 ms 2018-12-11 12:27:43,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:43,876 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:43,877 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:43,877 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:43,910 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:43,910 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:43,941 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.008s) 2018-12-11 12:27:43,944 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.0.0 2018-12-11 12:27:43,944 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-12-11 12:27:43,956 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG HSQL 2018-12-11 12:27:43,959 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-12-11 12:27:43,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MYSQL 2018-12-11 12:27:43,963 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-12-11 12:27:43,963 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) 2018-12-11 12:27:43,963 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-12-11 12:27:43,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MSSQL 2018-12-11 12:27:43,967 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-12-11 12:27:43,968 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) 2018-12-11 12:27:43,968 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-12-11 12:27:44,880 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:44,880 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:44,881 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:44,883 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:44,884 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:44,884 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:44,919 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:44,919 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:44,950 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s) 2018-12-11 12:27:44,953 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.0.0 2018-12-11 12:27:44,953 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-12-11 12:27:44,955 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-12-11 12:27:44,958 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-12-11 12:27:44,960 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-12-11 12:27:45,859 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:45,859 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:45,861 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-12-11 12:27:45,867 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:45,867 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:46,801 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:46,801 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:46,803 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-12-11 12:27:46,808 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:46,808 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:47,744 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2d3572fb: startup date [Tue Dec 11 12:27:42 CET 2018]; root of context hierarchy 2018-12-11 12:27:47,746 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:47,746 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.973 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2018-12-11 12:27:47,753 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] 2018-12-11 12:27:47,753 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@21cd9e84, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@136e9a68, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f35489a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12008f73, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5f740a09, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@38ae6655] 2018-12-11 12:27:47,754 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:47,816 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:47,846 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2d4a8842: startup date [Tue Dec 11 12:27:47 CET 2018]; root of context hierarchy 2018-12-11 12:27:47,926 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:47,946 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:47,947 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:48,011 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:48,016 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:48,175 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:48,183 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@2d4a8842: startup date [Tue Dec 11 12:27:47 CET 2018]; root of context hierarchy 2018-12-11 12:27:48,186 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:48,194 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2018-12-11 12:27:48,195 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:48,199 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:48,204 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:48,218 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:48,225 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:48,229 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:48,232 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:48,236 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:48,239 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:48,242 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:48,245 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:48,249 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:48,253 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:48,256 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.061s). 2018-12-11 12:27:48,389 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:48,511 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:48,511 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:48,512 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:48,531 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:48,531 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:48,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:48,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:48,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:48,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:48,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:48,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:48,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:48,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:48,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:48,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:48,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:48,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:48,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:48,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:48,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:48,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:48,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:48,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:48,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:48,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:48,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:48,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:48,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:48,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:48,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:48,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:48,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:48,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:48,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:48,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:48,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:48,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:48,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:48,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:48,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:48,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:48,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:48,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:48,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:48,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:48,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:48,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:48,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:48,573 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:48,595 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) 2018-12-11 12:27:48,595 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) 2018-12-11 12:27:48,595 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 2018-12-11 12:27:48,595 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) 2018-12-11 12:27:48,596 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) 2018-12-11 12:27:48,596 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) 2018-12-11 12:27:48,596 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 2018-12-11 12:27:48,596 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() 2018-12-11 12:27:48,597 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) 2018-12-11 12:27:48,597 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 2018-12-11 12:27:48,597 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) 2018-12-11 12:27:48,597 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 2018-12-11 12:27:48,598 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) 2018-12-11 12:27:48,598 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) 2018-12-11 12:27:48,598 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) 2018-12-11 12:27:48,598 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) 2018-12-11 12:27:48,599 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 2018-12-11 12:27:48,599 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) 2018-12-11 12:27:48,599 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) 2018-12-11 12:27:48,600 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) 2018-12-11 12:27:48,600 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) 2018-12-11 12:27:48,600 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() 2018-12-11 12:27:48,600 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) 2018-12-11 12:27:48,600 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() 2018-12-11 12:27:48,601 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) 2018-12-11 12:27:48,601 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) 2018-12-11 12:27:48,601 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) 2018-12-11 12:27:48,601 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) 2018-12-11 12:27:48,602 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) 2018-12-11 12:27:48,602 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() 2018-12-11 12:27:48,602 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() 2018-12-11 12:27:48,602 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() 2018-12-11 12:27:48,602 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() 2018-12-11 12:27:48,603 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() 2018-12-11 12:27:48,603 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) 2018-12-11 12:27:48,603 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) 2018-12-11 12:27:48,603 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) 2018-12-11 12:27:48,604 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) 2018-12-11 12:27:48,604 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 2018-12-11 12:27:48,604 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 2018-12-11 12:27:48,605 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) 2018-12-11 12:27:48,605 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 2018-12-11 12:27:48,605 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 2018-12-11 12:27:48,605 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 2018-12-11 12:27:48,605 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 2018-12-11 12:27:48,606 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) 2018-12-11 12:27:48,606 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) 2018-12-11 12:27:48,606 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() 2018-12-11 12:27:48,606 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) 2018-12-11 12:27:48,607 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) 2018-12-11 12:27:48,607 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) 2018-12-11 12:27:48,607 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) 2018-12-11 12:27:48,607 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 2018-12-11 12:27:48,608 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) 2018-12-11 12:27:48,608 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) 2018-12-11 12:27:48,608 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) 2018-12-11 12:27:48,608 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) 2018-12-11 12:27:48,608 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) 2018-12-11 12:27:48,609 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) 2018-12-11 12:27:48,609 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) 2018-12-11 12:27:48,609 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) 2018-12-11 12:27:48,610 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) 2018-12-11 12:27:48,610 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) 2018-12-11 12:27:48,610 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) 2018-12-11 12:27:48,610 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) 2018-12-11 12:27:48,611 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() 2018-12-11 12:27:48,611 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 2018-12-11 12:27:48,611 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) 2018-12-11 12:27:48,611 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) 2018-12-11 12:27:48,611 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 2018-12-11 12:27:48,612 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) 2018-12-11 12:27:48,612 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) 2018-12-11 12:27:48,613 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) 2018-12-11 12:27:48,613 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) 2018-12-11 12:27:48,613 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) 2018-12-11 12:27:48,613 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) 2018-12-11 12:27:48,613 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) 2018-12-11 12:27:48,614 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) 2018-12-11 12:27:48,614 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() 2018-12-11 12:27:48,614 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) 2018-12-11 12:27:48,615 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 2018-12-11 12:27:48,615 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 2018-12-11 12:27:48,615 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) 2018-12-11 12:27:48,645 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:48,756 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2d4a8842: startup date [Tue Dec 11 12:27:47 CET 2018]; root of context hierarchy 2018-12-11 12:27:48,773 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2d4a8842: startup date [Tue Dec 11 12:27:47 CET 2018]; root of context hierarchy 2018-12-11 12:27:48,830 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:48,830 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:48,836 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-12-11 12:27:48,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:48,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-12-11 12:27:48,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-12-11 12:27:48,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-12-11 12:27:48,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-12-11 12:27:48,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-12-11 12:27:48,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-12-11 12:27:48,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-12-11 12:27:48,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-12-11 12:27:48,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-12-11 12:27:48,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-12-11 12:27:48,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-12-11 12:27:48,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-12-11 12:27:48,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-12-11 12:27:48,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-12-11 12:27:48,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-12-11 12:27:48,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-12-11 12:27:48,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-12-11 12:27:48,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-12-11 12:27:48,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-12-11 12:27:48,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-12-11 12:27:48,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-12-11 12:27:48,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-12-11 12:27:48,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-12-11 12:27:48,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-12-11 12:27:48,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-12-11 12:27:48,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-12-11 12:27:48,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-12-11 12:27:48,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-12-11 12:27:48,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-12-11 12:27:48,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-12-11 12:27:48,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-12-11 12:27:48,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-12-11 12:27:48,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-12-11 12:27:48,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-12-11 12:27:48,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-12-11 12:27:48,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-12-11 12:27:48,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-12-11 12:27:48,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-12-11 12:27:48,857 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-12-11 12:27:48,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-12-11 12:27:48,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-12-11 12:27:48,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-12-11 12:27:48,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-12-11 12:27:48,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-12-11 12:27:48,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-12-11 12:27:48,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-12-11 12:27:48,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-12-11 12:27:48,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-12-11 12:27:48,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-12-11 12:27:48,859 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-12-11 12:27:48,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-12-11 12:27:48,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-12-11 12:27:48,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-12-11 12:27:48,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-12-11 12:27:48,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-12-11 12:27:48,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-12-11 12:27:48,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-12-11 12:27:48,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-12-11 12:27:48,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-12-11 12:27:48,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-12-11 12:27:48,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-12-11 12:27:48,861 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-12-11 12:27:48,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-12-11 12:27:48,916 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Site localhost 2018-12-11 12:27:48,929 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:48,929 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:48,930 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:48,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginRef 2018-12-11 12:27:48,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-12-11 12:27:48,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailPort 2018-12-11 12:27:48,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-12-11 12:27:48,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-12-11 12:27:48,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-12-11 12:27:48,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authApplication 2018-12-11 12:27:48,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.manager-path 2018-12-11 12:27:48,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexTimeout 2018-12-11 12:27:48,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-12-11 12:27:48,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-12-11 12:27:48,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.siteRootDir 2018-12-11 12:27:48,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportReloadFile 2018-12-11 12:27:48,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexQueueSize 2018-12-11 12:27:48,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.tagPrefix 2018-12-11 12:27:48,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.encoding 2018-12-11 12:27:48,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchMaxHits 2018-12-11 12:27:48,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-12-11 12:27:48,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUser 2018-12-11 12:27:48,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.documentDir 2018-12-11 12:27:48,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.service-path 2018-12-11 12:27:48,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileTypes 2018-12-11 12:27:48,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPassword 2018-12-11 12:27:48,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultApplication 2018-12-11 12:27:48,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailHost 2018-12-11 12:27:48,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.wwwDir 2018-12-11 12:27:48,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPages 2018-12-11 12:27:48,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-12-11 12:27:48,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutPage 2018-12-11 12:27:48,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-12-11 12:27:48,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.timeZone 2018-12-11 12:27:48,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-12-11 12:27:48,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-12-11 12:27:48,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-12-11 12:27:48,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapStartTls 2018-12-11 12:27:48,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.appendTabId 2018-12-11 12:27:48,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.host 2018-12-11 12:27:48,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginPage 2018-12-11 12:27:48,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexConfig 2018-12-11 12:27:48,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.locale 2018-12-11 12:27:48,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapDomain 2018-12-11 12:27:48,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.template 2018-12-11 12:27:48,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.assetsDir 2018-12-11 12:27:48,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapHost 2018-12-11 12:27:48,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-12-11 12:27:48,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-12-11 12:27:48,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchChunkSize 2018-12-11 12:27:48,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPage 2018-12-11 12:27:48,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportedLanguages 2018-12-11 12:27:48,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutRef 2018-12-11 12:27:48,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-12-11 12:27:48,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPageSize 2018-12-11 12:27:48,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputType 2018-12-11 12:27:48,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.rewriteConfig 2018-12-11 12:27:48,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailDisabled 2018-12-11 12:27:48,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-12-11 12:27:48,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-12-11 12:27:48,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.name 2018-12-11 12:27:48,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-12-11 12:27:48,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.xssExceptions 2018-12-11 12:27:48,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexDir 2018-12-11 12:27:48,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPage 2018-12-11 12:27:48,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site deleteme 2018-12-11 12:27:48,968 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2018-12-11 12:27:48,978 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-12-11 12:27:48,978 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2018-12-11 12:27:48,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-12-11 12:27:48,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.appendTabId 2018-12-11 12:27:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.assetsDir 2018-12-11 12:27:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authApplication 2018-12-11 12:27:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginPage 2018-12-11 12:27:48,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginRef 2018-12-11 12:27:48,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-12-11 12:27:48,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-12-11 12:27:48,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutPage 2018-12-11 12:27:48,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutRef 2018-12-11 12:27:48,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-12-11 12:27:48,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-12-11 12:27:48,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-12-11 12:27:48,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultApplication 2018-12-11 12:27:48,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPage 2018-12-11 12:27:48,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPageSize 2018-12-11 12:27:48,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.documentDir 2018-12-11 12:27:48,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-12-11 12:27:48,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-12-11 12:27:48,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-12-11 12:27:48,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-12-11 12:27:48,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-12-11 12:27:48,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.encoding 2018-12-11 12:27:48,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-12-11 12:27:48,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPage 2018-12-11 12:27:48,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPages 2018-12-11 12:27:48,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.host 2018-12-11 12:27:48,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexConfig 2018-12-11 12:27:48,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexDir 2018-12-11 12:27:48,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-12-11 12:27:48,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileTypes 2018-12-11 12:27:48,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexQueueSize 2018-12-11 12:27:48,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexTimeout 2018-12-11 12:27:48,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapDomain 2018-12-11 12:27:48,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-12-11 12:27:48,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapHost 2018-12-11 12:27:48,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-12-11 12:27:48,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPassword 2018-12-11 12:27:48,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-12-11 12:27:48,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapStartTls 2018-12-11 12:27:48,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUser 2018-12-11 12:27:48,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-12-11 12:27:48,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.locale 2018-12-11 12:27:48,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailDisabled 2018-12-11 12:27:48,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailHost 2018-12-11 12:27:48,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailPort 2018-12-11 12:27:48,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.manager-path 2018-12-11 12:27:48,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.name 2018-12-11 12:27:48,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.rewriteConfig 2018-12-11 12:27:48,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchChunkSize 2018-12-11 12:27:48,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchMaxHits 2018-12-11 12:27:48,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.service-path 2018-12-11 12:27:48,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-12-11 12:27:48,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputType 2018-12-11 12:27:48,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.siteRootDir 2018-12-11 12:27:48,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportReloadFile 2018-12-11 12:27:48,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportedLanguages 2018-12-11 12:27:48,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.tagPrefix 2018-12-11 12:27:48,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.template 2018-12-11 12:27:48,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.timeZone 2018-12-11 12:27:48,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.wwwDir 2018-12-11 12:27:48,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.xssExceptions 2018-12-11 12:27:48,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Site deleteme 2018-12-11 12:27:48,999 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:48,999 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:49,000 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-12-11 12:27:49,010 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2d4a8842: startup date [Tue Dec 11 12:27:47 CET 2018]; root of context hierarchy 2018-12-11 12:27:49,011 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:49,012 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.265 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2018-12-11 12:27:49,018 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] 2018-12-11 12:27:49,018 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5fb26827, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@71ba1457, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@26a7c650, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58929cb3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@14ad34d6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@351492b8] 2018-12-11 12:27:49,019 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-12-11 12:27:49,064 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-12-11 12:27:49,085 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2d99470c: startup date [Tue Dec 11 12:27:49 CET 2018]; root of context hierarchy 2018-12-11 12:27:49,140 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-12-11 12:27:49,156 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:49,157 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-12-11 12:27:49,203 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-12-11 12:27:49,207 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-12-11 12:27:49,300 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:49,306 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@2d99470c: startup date [Tue Dec 11 12:27:49 CET 2018]; root of context hierarchy 2018-12-11 12:27:49,307 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:49,312 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2018-12-11 12:27:49,313 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-12-11 12:27:49,316 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-12-11 12:27:49,317 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-12-11 12:27:49,325 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-12-11 12:27:49,329 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-12-11 12:27:49,331 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-12-11 12:27:49,333 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-12-11 12:27:49,335 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-12-11 12:27:49,337 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-12-11 12:27:49,339 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-12-11 12:27:49,341 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-12-11 12:27:49,344 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-12-11 12:27:49,346 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2018-12-11 12:27:49,348 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.034s). 2018-12-11 12:27:49,403 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-12-11 12:27:49,513 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-12-11 12:27:49,514 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:49,514 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:49,532 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-12-11 12:27:49,532 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-12-11 12:27:49,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-12-11 12:27:49,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-12-11 12:27:49,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-12-11 12:27:49,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-12-11 12:27:49,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-12-11 12:27:49,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-12-11 12:27:49,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-12-11 12:27:49,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-12-11 12:27:49,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-12-11 12:27:49,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-12-11 12:27:49,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-12-11 12:27:49,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-12-11 12:27:49,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-12-11 12:27:49,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-12-11 12:27:49,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-12-11 12:27:49,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-12-11 12:27:49,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-12-11 12:27:49,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-12-11 12:27:49,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-12-11 12:27:49,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-12-11 12:27:49,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-12-11 12:27:49,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-12-11 12:27:49,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-12-11 12:27:49,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-12-11 12:27:49,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-12-11 12:27:49,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-12-11 12:27:49,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-12-11 12:27:49,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-12-11 12:27:49,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-12-11 12:27:49,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-12-11 12:27:49,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-12-11 12:27:49,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-12-11 12:27:49,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-12-11 12:27:49,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-12-11 12:27:49,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-12-11 12:27:49,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-12-11 12:27:49,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-12-11 12:27:49,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-12-11 12:27:49,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-12-11 12:27:49,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-12-11 12:27:49,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-12-11 12:27:49,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-12-11 12:27:49,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-12-11 12:27:49,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-12-11 12:27:49,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-12-11 12:27:49,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-12-11 12:27:49,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-12-11 12:27:49,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-12-11 12:27:49,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-12-11 12:27:49,572 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-12-11 12:27:49,592 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) 2018-12-11 12:27:49,592 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) 2018-12-11 12:27:49,592 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 2018-12-11 12:27:49,593 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) 2018-12-11 12:27:49,593 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) 2018-12-11 12:27:49,593 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) 2018-12-11 12:27:49,593 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 2018-12-11 12:27:49,594 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() 2018-12-11 12:27:49,594 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) 2018-12-11 12:27:49,595 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 2018-12-11 12:27:49,595 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) 2018-12-11 12:27:49,595 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 2018-12-11 12:27:49,595 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) 2018-12-11 12:27:49,596 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) 2018-12-11 12:27:49,596 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) 2018-12-11 12:27:49,596 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) 2018-12-11 12:27:49,596 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 2018-12-11 12:27:49,597 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) 2018-12-11 12:27:49,597 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) 2018-12-11 12:27:49,597 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) 2018-12-11 12:27:49,597 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) 2018-12-11 12:27:49,597 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() 2018-12-11 12:27:49,598 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) 2018-12-11 12:27:49,598 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() 2018-12-11 12:27:49,598 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) 2018-12-11 12:27:49,599 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) 2018-12-11 12:27:49,599 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) 2018-12-11 12:27:49,599 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) 2018-12-11 12:27:49,599 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) 2018-12-11 12:27:49,599 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() 2018-12-11 12:27:49,600 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() 2018-12-11 12:27:49,600 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() 2018-12-11 12:27:49,600 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() 2018-12-11 12:27:49,600 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() 2018-12-11 12:27:49,601 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) 2018-12-11 12:27:49,601 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) 2018-12-11 12:27:49,601 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) 2018-12-11 12:27:49,601 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) 2018-12-11 12:27:49,602 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 2018-12-11 12:27:49,602 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 2018-12-11 12:27:49,602 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) 2018-12-11 12:27:49,602 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 2018-12-11 12:27:49,602 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 2018-12-11 12:27:49,603 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 2018-12-11 12:27:49,603 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 2018-12-11 12:27:49,603 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) 2018-12-11 12:27:49,603 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) 2018-12-11 12:27:49,603 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() 2018-12-11 12:27:49,604 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) 2018-12-11 12:27:49,604 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) 2018-12-11 12:27:49,604 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) 2018-12-11 12:27:49,604 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) 2018-12-11 12:27:49,605 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 2018-12-11 12:27:49,605 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) 2018-12-11 12:27:49,605 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) 2018-12-11 12:27:49,605 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) 2018-12-11 12:27:49,606 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) 2018-12-11 12:27:49,606 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) 2018-12-11 12:27:49,606 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) 2018-12-11 12:27:49,607 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) 2018-12-11 12:27:49,607 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) 2018-12-11 12:27:49,607 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) 2018-12-11 12:27:49,607 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) 2018-12-11 12:27:49,608 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) 2018-12-11 12:27:49,608 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) 2018-12-11 12:27:49,608 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() 2018-12-11 12:27:49,608 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 2018-12-11 12:27:49,608 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) 2018-12-11 12:27:49,609 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) 2018-12-11 12:27:49,609 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 2018-12-11 12:27:49,609 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) 2018-12-11 12:27:49,610 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) 2018-12-11 12:27:49,610 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) 2018-12-11 12:27:49,610 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) 2018-12-11 12:27:49,610 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) 2018-12-11 12:27:49,611 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) 2018-12-11 12:27:49,611 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) 2018-12-11 12:27:49,611 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) 2018-12-11 12:27:49,612 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() 2018-12-11 12:27:49,612 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) 2018-12-11 12:27:49,612 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 2018-12-11 12:27:49,612 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 2018-12-11 12:27:49,613 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) 2018-12-11 12:27:49,641 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-12-11 12:27:49,759 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2d99470c: startup date [Tue Dec 11 12:27:49 CET 2018]; root of context hierarchy 2018-12-11 12:27:49,777 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2d99470c: startup date [Tue Dec 11 12:27:49 CET 2018]; root of context hierarchy 2018-12-11 12:27:49,838 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-12-11 12:27:49,838 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-12-11 12:27:49,844 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-12-11 12:27:49,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-12-11 12:27:49,860 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-12-11 12:27:49,887 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/ 2018-12-11 12:27:49,892 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-12-11 12:27:49,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-12-11 12:27:49,896 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-12-11 12:27:49,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-12-11 12:27:49,898 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-12-11 12:27:49,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-12-11 12:27:49,898 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-12-11 12:27:49,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-12-11 12:27:49,899 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-12-11 12:27:49,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-12-11 12:27:49,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-12-11 12:27:49,905 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-12-11 12:27:49,905 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-12-11 12:27:49,906 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:49,906 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-12-11 12:27:49,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-12-11 12:27:49,907 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-12-11 12:27:49,908 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-12-11 12:27:49,908 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-12-11 12:27:49,908 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-12-11 12:27:49,909 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-12-11 12:27:49,909 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-12-11 12:27:49,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-12-11 12:27:49,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-12-11 12:27:49,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-12-11 12:27:49,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-12-11 12:27:49,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-12-11 12:27:49,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-12-11 12:27:49,916 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,916 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,917 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,917 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,917 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,917 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,917 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,917 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,918 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,918 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-12-11 12:27:49,918 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-12-11 12:27:49,925 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-12-11 12:27:49,926 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-12-11 12:27:49,927 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-12-11 12:27:49,928 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-12-11 12:27:49,929 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-12-11 12:27:49,930 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-12-11 12:27:49,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Editor 2018-12-11 12:27:49,997 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Editor 2018-12-11 12:27:50,006 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2d99470c: startup date [Tue Dec 11 12:27:49 CET 2018]; root of context hierarchy 2018-12-11 12:27:50,007 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-12-11 12:27:50,008 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.995 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.18.0-RC6] [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.18.0-RC6] [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.18.0-RC6] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [43 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC6.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: http://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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [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.18.0-RC6-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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6.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.18.0-RC6/appng-appngizer-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6.war Progress (1): 2.0/120 kB Progress (1): 4.1/120 kB Progress (1): 6.1/120 kB Progress (1): 8.2/120 kB Progress (1): 10/120 kB Progress (1): 12/120 kB Progress (1): 14/120 kB Progress (1): 16/120 kB Progress (1): 18/120 kB Progress (1): 20/120 kB Progress (1): 23/120 kB Progress (1): 25/120 kB Progress (1): 27/120 kB Progress (1): 29/120 kB Progress (1): 31/120 kB Progress (1): 33/120 kB Progress (1): 35/120 kB Progress (1): 37/120 kB Progress (1): 39/120 kB Progress (1): 41/120 kB Progress (1): 43/120 kB Progress (1): 45/120 kB Progress (1): 47/120 kB Progress (1): 49/120 kB Progress (1): 51/120 kB Progress (1): 53/120 kB Progress (1): 55/120 kB Progress (1): 57/120 kB Progress (1): 59/120 kB Progress (1): 61/120 kB Progress (1): 63/120 kB Progress (1): 66/120 kB Progress (1): 68/120 kB Progress (1): 70/120 kB Progress (1): 72/120 kB Progress (1): 74/120 kB Progress (1): 76/120 kB Progress (1): 78/120 kB Progress (1): 80/120 kB Progress (1): 82/120 kB Progress (1): 84/120 kB Progress (1): 86/120 kB Progress (1): 88/120 kB Progress (1): 90/120 kB Progress (1): 92/120 kB Progress (1): 94/120 kB Progress (1): 96/120 kB Progress (1): 98/120 kB Progress (1): 100/120 kB Progress (1): 102/120 kB Progress (1): 104/120 kB Progress (1): 106/120 kB Progress (1): 109/120 kB Progress (1): 111/120 kB Progress (1): 113/120 kB Progress (1): 115/120 kB Progress (1): 117/120 kB Progress (1): 119/120 kB Progress (1): 120 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6.war (120 kB at 300 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6.pom (7.7 kB at 23 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 422 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (422 B at 19 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 422 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (422 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 458 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (458 B at 5.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 458 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (458 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6-javadoc.jar (263 kB at 803 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 458 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (458 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 458 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (458 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC6/appng-appngizer-1.18.0-RC6-sources.jar (59 kB at 1.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 458 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (458 B at 57 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 458 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (458 B at 27 kB/s) [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.18.0-RC6 [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:2.20: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.18.0-RC6.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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.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.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer-maven-plugin --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.jar (16 kB at 254 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.pom Progress (1): 2.0/4.1 kB Progress (1): 4.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6.pom (4.1 kB at 119 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 473 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (473 B at 17 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 473 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (473 B at 59 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/maven-metadata.xml Progress (1): 261 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/maven-metadata.xml (261 B at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 509 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (509 B at 8.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 509 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (509 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/maven-metadata.xml (261 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6-javadoc.jar (34 kB at 233 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 509 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (509 B at 51 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 509 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (509 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC6/appng-appngizer-maven-plugin-1.18.0-RC6-sources.jar (8.7 kB at 39 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 509 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (509 B at 39 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 509 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (509 B at 27 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.18.0-RC6 [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:2.20: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.264 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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6.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.18.0-RC6/appng-camunda-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-camunda --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6.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://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6.jar (6.3 kB at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6.pom (2.0 kB at 41 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (420 B at 21 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (420 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (456 B at 5.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (456 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6-javadoc.jar (27 kB at 482 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (456 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (456 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6-sources.jar Progress (1): 2.0/4.8 kB Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC6/appng-camunda-1.18.0-RC6-sources.jar (4.8 kB at 142 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (456 B at 28 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (456 B at 21 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.18.0-RC6 [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:2.20: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.18.0-RC6] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [3491 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.18.0-RC6.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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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-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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.18.0-RC6/appng-application-camunda-1.18.0-RC6.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.18.0-RC6/appng-application-camunda-1.18.0-RC6.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application-camunda --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC6/appng-application-camunda-1.18.0-RC6.war Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC6/appng-application-camunda-1.18.0-RC6.war (104 MB at 22 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC6/appng-application-camunda-1.18.0-RC6.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC6/appng-application-camunda-1.18.0-RC6.pom (2.1 kB at 50 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 432 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (432 B at 29 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 432 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (432 B at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 468 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (468 B at 593 B/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 468 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (468 B at 21 kB/s) [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.18.0-RC6 [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:2.20: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.337 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.825 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.18.0-RC6.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. [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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2 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.25 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.25 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding com.j256.simplemagic:simplemagic:jar:1.14 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.6 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:23.3-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 javax.inject:javax.inject:jar:1 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.18.0-RC6.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC6-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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6.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.18.0-RC6/appng-maven-plugin-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-maven-plugin --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6.jar Progress (1): 2.0/512 kB Progress (1): 4.1/512 kB Progress (1): 6.1/512 kB Progress (1): 8.2/512 kB Progress (1): 10/512 kB Progress (1): 12/512 kB Progress (1): 14/512 kB Progress (1): 16/512 kB Progress (1): 18/512 kB Progress (1): 20/512 kB Progress (1): 23/512 kB Progress (1): 25/512 kB Progress (1): 27/512 kB Progress (1): 29/512 kB Progress (1): 31/512 kB Progress (1): 33/512 kB Progress (1): 35/512 kB Progress (1): 37/512 kB Progress (1): 39/512 kB Progress (1): 41/512 kB Progress (1): 43/512 kB Progress (1): 45/512 kB Progress (1): 47/512 kB Progress (1): 49/512 kB Progress (1): 51/512 kB Progress (1): 53/512 kB Progress (1): 55/512 kB Progress (1): 57/512 kB Progress (1): 59/512 kB Progress (1): 61/512 kB Progress (1): 63/512 kB Progress (1): 66/512 kB Progress (1): 68/512 kB Progress (1): 70/512 kB Progress (1): 72/512 kB Progress (1): 74/512 kB Progress (1): 76/512 kB Progress (1): 78/512 kB Progress (1): 80/512 kB Progress (1): 82/512 kB Progress (1): 84/512 kB Progress (1): 86/512 kB Progress (1): 88/512 kB Progress (1): 90/512 kB Progress (1): 92/512 kB Progress (1): 94/512 kB Progress (1): 96/512 kB Progress (1): 98/512 kB Progress (1): 100/512 kB Progress (1): 102/512 kB Progress (1): 104/512 kB Progress (1): 106/512 kB Progress (1): 109/512 kB Progress (1): 111/512 kB Progress (1): 113/512 kB Progress (1): 115/512 kB Progress (1): 117/512 kB Progress (1): 119/512 kB Progress (1): 121/512 kB Progress (1): 123/512 kB Progress (1): 125/512 kB Progress (1): 127/512 kB Progress (1): 129/512 kB Progress (1): 131/512 kB Progress (1): 133/512 kB Progress (1): 135/512 kB Progress (1): 137/512 kB Progress (1): 139/512 kB Progress (1): 141/512 kB Progress (1): 143/512 kB Progress (1): 145/512 kB Progress (1): 147/512 kB Progress (1): 150/512 kB Progress (1): 152/512 kB Progress (1): 154/512 kB Progress (1): 156/512 kB Progress (1): 158/512 kB Progress (1): 160/512 kB Progress (1): 162/512 kB Progress (1): 164/512 kB Progress (1): 166/512 kB Progress (1): 168/512 kB Progress (1): 170/512 kB Progress (1): 172/512 kB Progress (1): 174/512 kB Progress (1): 176/512 kB Progress (1): 178/512 kB Progress (1): 180/512 kB Progress (1): 182/512 kB Progress (1): 184/512 kB Progress (1): 186/512 kB Progress (1): 188/512 kB Progress (1): 190/512 kB Progress (1): 193/512 kB Progress (1): 195/512 kB Progress (1): 197/512 kB Progress (1): 199/512 kB Progress (1): 201/512 kB Progress (1): 203/512 kB Progress (1): 205/512 kB Progress (1): 207/512 kB Progress (1): 209/512 kB Progress (1): 211/512 kB Progress (1): 213/512 kB Progress (1): 215/512 kB Progress (1): 217/512 kB Progress (1): 219/512 kB Progress (1): 221/512 kB Progress (1): 223/512 kB Progress (1): 225/512 kB Progress (1): 227/512 kB Progress (1): 229/512 kB Progress (1): 231/512 kB Progress (1): 233/512 kB Progress (1): 236/512 kB Progress (1): 238/512 kB Progress (1): 240/512 kB Progress (1): 242/512 kB Progress (1): 244/512 kB Progress (1): 246/512 kB Progress (1): 248/512 kB Progress (1): 250/512 kB Progress (1): 252/512 kB Progress (1): 254/512 kB Progress (1): 256/512 kB Progress (1): 258/512 kB Progress (1): 260/512 kB Progress (1): 262/512 kB Progress (1): 264/512 kB Progress (1): 266/512 kB Progress (1): 268/512 kB Progress (1): 270/512 kB Progress (1): 272/512 kB Progress (1): 274/512 kB Progress (1): 276/512 kB Progress (1): 279/512 kB Progress (1): 281/512 kB Progress (1): 283/512 kB Progress (1): 285/512 kB Progress (1): 287/512 kB Progress (1): 289/512 kB Progress (1): 291/512 kB Progress (1): 293/512 kB Progress (1): 295/512 kB Progress (1): 297/512 kB Progress (1): 299/512 kB Progress (1): 301/512 kB Progress (1): 303/512 kB Progress (1): 305/512 kB Progress (1): 307/512 kB Progress (1): 309/512 kB Progress (1): 311/512 kB Progress (1): 313/512 kB Progress (1): 315/512 kB Progress (1): 317/512 kB Progress (1): 319/512 kB Progress (1): 322/512 kB Progress (1): 324/512 kB Progress (1): 326/512 kB Progress (1): 328/512 kB Progress (1): 330/512 kB Progress (1): 332/512 kB Progress (1): 334/512 kB Progress (1): 336/512 kB Progress (1): 338/512 kB Progress (1): 340/512 kB Progress (1): 342/512 kB Progress (1): 344/512 kB Progress (1): 346/512 kB Progress (1): 348/512 kB Progress (1): 350/512 kB Progress (1): 352/512 kB Progress (1): 354/512 kB Progress (1): 356/512 kB Progress (1): 358/512 kB Progress (1): 360/512 kB Progress (1): 362/512 kB Progress (1): 365/512 kB Progress (1): 367/512 kB Progress (1): 369/512 kB Progress (1): 371/512 kB Progress (1): 373/512 kB Progress (1): 375/512 kB Progress (1): 377/512 kB Progress (1): 379/512 kB Progress (1): 381/512 kB Progress (1): 383/512 kB Progress (1): 385/512 kB Progress (1): 387/512 kB Progress (1): 389/512 kB Progress (1): 391/512 kB Progress (1): 393/512 kB Progress (1): 395/512 kB Progress (1): 397/512 kB Progress (1): 399/512 kB Progress (1): 401/512 kB Progress (1): 403/512 kB Progress (1): 406/512 kB Progress (1): 408/512 kB Progress (1): 410/512 kB Progress (1): 412/512 kB Progress (1): 414/512 kB Progress (1): 416/512 kB Progress (1): 418/512 kB Progress (1): 420/512 kB Progress (1): 422/512 kB Progress (1): 424/512 kB Progress (1): 426/512 kB Progress (1): 428/512 kB Progress (1): 430/512 kB Progress (1): 432/512 kB Progress (1): 434/512 kB Progress (1): 436/512 kB Progress (1): 438/512 kB Progress (1): 440/512 kB Progress (1): 442/512 kB Progress (1): 444/512 kB Progress (1): 446/512 kB Progress (1): 449/512 kB Progress (1): 451/512 kB Progress (1): 453/512 kB Progress (1): 455/512 kB Progress (1): 457/512 kB Progress (1): 459/512 kB Progress (1): 461/512 kB Progress (1): 463/512 kB Progress (1): 465/512 kB Progress (1): 467/512 kB Progress (1): 469/512 kB Progress (1): 471/512 kB Progress (1): 473/512 kB Progress (1): 475/512 kB Progress (1): 477/512 kB Progress (1): 479/512 kB Progress (1): 481/512 kB Progress (1): 483/512 kB Progress (1): 485/512 kB Progress (1): 487/512 kB Progress (1): 489/512 kB Progress (1): 492/512 kB Progress (1): 494/512 kB Progress (1): 496/512 kB Progress (1): 498/512 kB Progress (1): 500/512 kB Progress (1): 502/512 kB Progress (1): 504/512 kB Progress (1): 506/512 kB Progress (1): 508/512 kB Progress (1): 510/512 kB Progress (1): 512 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6.jar (512 kB at 5.9 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6.pom Progress (1): 2.0/5.4 kB Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6.pom (5.4 kB at 125 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 457 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (457 B at 29 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 457 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (457 B at 42 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml Progress (1): 231 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml (231 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 493 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (493 B at 6.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 493 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (493 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml Progress (1): 231 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml (231 B at 2.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6-javadoc.jar (36 kB at 252 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 493 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (493 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 493 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (493 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC6/appng-maven-plugin-1.18.0-RC6-sources.jar (10 kB at 244 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 493 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (493 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 493 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (493 B at 15 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.18.0-RC6 [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:2.20:test (default-test) @ appng-upngizr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.upngizr.controller.UpdaterTest 2018-12-11 12:29:03,667 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:03,668 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:03,668 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:03,668 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:03,668 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:03,668 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-12-11 12:29:03,672 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 2018-12-11 12:29:03,677 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:03,713 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/META-INF/MANIFEST.MF 2018-12-11 12:29:03,715 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 2018-12-11 12:29:03,715 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 2018-12-11 12:29:03,716 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 2018-12-11 12:29:03,716 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 2018-12-11 12:29:03,716 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 2018-12-11 12:29:03,717 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 2018-12-11 12:29:03,717 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 2018-12-11 12:29:03,718 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 2018-12-11 12:29:03,718 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 2018-12-11 12:29:03,718 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 2018-12-11 12:29:03,735 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 2018-12-11 12:29:03,735 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 2018-12-11 12:29:03,736 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 2018-12-11 12:29:03,736 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 2018-12-11 12:29:03,737 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 2018-12-11 12:29:03,737 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 2018-12-11 12:29:03,737 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 2018-12-11 12:29:03,738 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 2018-12-11 12:29:03,739 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 2018-12-11 12:29:03,739 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 2018-12-11 12:29:03,740 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.18.0-RC6.jar 2018-12-11 12:29:03,740 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNGizer.log 2018-12-11 12:29:03,740 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 2018-12-11 12:29:03,741 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 2018-12-11 12:29:03,741 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 2018-12-11 12:29:03,742 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 2018-12-11 12:29:03,742 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 2018-12-11 12:29:03,742 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 2018-12-11 12:29:03,743 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 2018-12-11 12:29:03,743 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 2018-12-11 12:29:03,743 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 2018-12-11 12:29:03,744 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 2018-12-11 12:29:03,744 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 2018-12-11 12:29:03,744 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 2018-12-11 12:29:03,745 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 2018-12-11 12:29:03,745 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 2018-12-11 12:29:03,745 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 2018-12-11 12:29:03,746 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 2018-12-11 12:29:03,746 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 2018-12-11 12:29:03,747 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 2018-12-11 12:29:03,747 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 2018-12-11 12:29:03,748 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 2018-12-11 12:29:03,748 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 2018-12-11 12:29:03,749 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 2018-12-11 12:29:03,749 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 2018-12-11 12:29:03,750 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 2018-12-11 12:29:03,750 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 2018-12-11 12:29:03,751 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 2018-12-11 12:29:03,751 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 2018-12-11 12:29:03,752 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.properties 2018-12-11 12:29:03,752 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 2018-12-11 12:29:03,753 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 2018-12-11 12:29:03,753 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 2018-12-11 12:29:03,754 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.xml 2018-12-11 12:29:03,762 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:03,763 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:03,763 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:03,763 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:03,763 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:03,764 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-12-11 12:29:03,764 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 2018-12-11 12:29:03,764 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:03,765 INFO [main] org.appng.upngizr.controller.Updater: reading 93 MB from file [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/../appng-application/target/appng-application-1.18.0-RC6.war] 2018-12-11 12:29:03,789 INFO [main] org.appng.upngizr.controller.Updater: retrieved 4/93 MB (5%) 2018-12-11 12:29:03,809 INFO [main] org.appng.upngizr.controller.Updater: retrieved 9/93 MB (10%) 2018-12-11 12:29:03,814 INFO [main] org.appng.upngizr.controller.Updater: retrieved 13/93 MB (15%) 2018-12-11 12:29:03,846 INFO [main] org.appng.upngizr.controller.Updater: retrieved 18/93 MB (20%) 2018-12-11 12:29:03,850 INFO [main] org.appng.upngizr.controller.Updater: retrieved 23/93 MB (25%) 2018-12-11 12:29:03,855 INFO [main] org.appng.upngizr.controller.Updater: retrieved 27/93 MB (30%) 2018-12-11 12:29:03,915 INFO [main] org.appng.upngizr.controller.Updater: retrieved 32/93 MB (35%) 2018-12-11 12:29:03,920 INFO [main] org.appng.upngizr.controller.Updater: retrieved 37/93 MB (40%) 2018-12-11 12:29:03,924 INFO [main] org.appng.upngizr.controller.Updater: retrieved 41/93 MB (45%) 2018-12-11 12:29:03,929 INFO [main] org.appng.upngizr.controller.Updater: retrieved 46/93 MB (50%) 2018-12-11 12:29:03,933 INFO [main] org.appng.upngizr.controller.Updater: retrieved 51/93 MB (55%) 2018-12-11 12:29:03,937 INFO [main] org.appng.upngizr.controller.Updater: retrieved 55/93 MB (60%) 2018-12-11 12:29:03,942 INFO [main] org.appng.upngizr.controller.Updater: retrieved 60/93 MB (65%) 2018-12-11 12:29:04,056 INFO [main] org.appng.upngizr.controller.Updater: retrieved 65/93 MB (70%) 2018-12-11 12:29:04,060 INFO [main] org.appng.upngizr.controller.Updater: retrieved 69/93 MB (75%) 2018-12-11 12:29:04,065 INFO [main] org.appng.upngizr.controller.Updater: retrieved 74/93 MB (80%) 2018-12-11 12:29:04,071 INFO [main] org.appng.upngizr.controller.Updater: retrieved 79/93 MB (85%) 2018-12-11 12:29:04,076 INFO [main] org.appng.upngizr.controller.Updater: retrieved 83/93 MB (90%) 2018-12-11 12:29:04,081 INFO [main] org.appng.upngizr.controller.Updater: retrieved 88/93 MB (95%) 2018-12-11 12:29:04,086 INFO [main] org.appng.upngizr.controller.Updater: retrieved 93/93 MB (100%) 2018-12-11 12:29:04,087 DEBUG [main] org.appng.upngizr.controller.Updater: downloading 93 MB took 0s (93MB/s) 2018-12-11 12:29:04,352 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/MANIFEST.MF 2018-12-11 12:29:04,352 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/context.xml 2018-12-11 12:29:04,352 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mssql.properties 2018-12-11 12:29:04,352 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mysql.properties 2018-12-11 12:29:04,352 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-hsqldb.properties 2018-12-11 12:29:04,353 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/conf/platformContext.xml 2018-12-11 12:29:04,353 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng.bat 2018-12-11 12:29:04,353 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell.bat 2018-12-11 12:29:04,366 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.4.Final.jar 2018-12-11 12:29:04,367 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.6.jar 2018-12-11 12:29:04,371 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/dom4j-1.6.1.jar 2018-12-11 12:29:04,371 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 2018-12-11 12:29:04,374 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-debugger-2.0.6.jar 2018-12-11 12:29:04,375 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.18.0-RC6.jar 2018-12-11 12:29:04,376 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.8.2.jar 2018-12-11 12:29:04,381 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.6.jar 2018-12-11 12:29:04,383 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.8.jar 2018-12-11 12:29:04,389 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.11.jar 2018-12-11 12:29:04,412 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.16.jar 2018-12-11 12:29:04,413 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.18.0-RC6.jar 2018-12-11 12:29:04,414 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.2.jar 2018-12-11 12:29:04,414 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.1.jar 2018-12-11 12:29:04,415 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 2018-12-11 12:29:04,416 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.18.0-RC6.jar 2018-12-11 12:29:04,426 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-mongodb-1.10.10.RELEASE.jar 2018-12-11 12:29:04,428 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-6.6.2.jar 2018-12-11 12:29:04,507 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 2018-12-11 12:29:04,508 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-api-1.4.jar 2018-12-11 12:29:04,509 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 2018-12-11 12:29:04,509 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 2018-12-11 12:29:04,510 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.0.Final.jar 2018-12-11 12:29:04,516 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.18.0-RC6.jar 2018-12-11 12:29:04,516 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 2018-12-11 12:29:04,522 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 2018-12-11 12:29:04,522 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 2018-12-11 12:29:04,528 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.12.RELEASE.jar 2018-12-11 12:29:04,530 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-6.6.2.jar 2018-12-11 12:29:04,539 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.9.9.jar 2018-12-11 12:29:04,542 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.8.RELEASE.jar 2018-12-11 12:29:04,544 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bsh-core-2.0b4.jar 2018-12-11 12:29:04,545 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.12.jar 2018-12-11 12:29:04,553 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.12.RELEASE.jar 2018-12-11 12:29:04,591 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 2018-12-11 12:29:04,597 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.12.jar 2018-12-11 12:29:04,597 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 2018-12-11 12:29:04,599 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-6.6.2.jar 2018-12-11 12:29:04,619 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.4.0.jar 2018-12-11 12:29:04,623 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.12.jar 2018-12-11 12:29:04,624 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 2018-12-11 12:29:04,631 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.6.jar 2018-12-11 12:29:04,631 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.25.jar 2018-12-11 12:29:04,632 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 2018-12-11 12:29:04,633 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.25.jar 2018-12-11 12:29:04,634 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.0.1.Final.jar 2018-12-11 12:29:04,645 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.12.RELEASE.jar 2018-12-11 12:29:04,646 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 2018-12-11 12:29:04,647 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 2018-12-11 12:29:04,647 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-tomcat8-1.18.0-RC6.jar 2018-12-11 12:29:04,660 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.12.jar 2018-12-11 12:29:04,661 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 2018-12-11 12:29:04,664 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.3.RELEASE.jar 2018-12-11 12:29:04,665 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-provider-svn-commons-1.4.jar 2018-12-11 12:29:04,669 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 2018-12-11 12:29:04,670 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsr305-1.3.9.jar 2018-12-11 12:29:04,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-data-envers-1.1.8.RELEASE.jar 2018-12-11 12:29:04,674 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.3.RELEASE.jar 2018-12-11 12:29:04,676 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 2018-12-11 12:29:04,699 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-6.6.2.jar 2018-12-11 12:29:04,724 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 2018-12-11 12:29:04,724 INFO [main] org.appng.upngizr.controller.Updater: Skipping applications/safeToDelete.txt 2018-12-11 12:29:04,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-storage-0.6.jar 2018-12-11 12:29:04,742 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 2018-12-11 12:29:04,745 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.11.1.jar 2018-12-11 12:29:04,748 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.5.jar 2018-12-11 12:29:04,751 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 2018-12-11 12:29:04,752 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.0.RELEASE.jar 2018-12-11 12:29:04,754 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.8.jar 2018-12-11 12:29:04,756 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/plexus-utils-1.5.6.jar 2018-12-11 12:29:04,757 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.6.jar 2018-12-11 12:29:04,758 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.16.jar 2018-12-11 12:29:04,758 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.18.0-RC6.jar 2018-12-11 12:29:04,779 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 2018-12-11 12:29:04,781 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.1.jar 2018-12-11 12:29:04,782 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 2018-12-11 12:29:04,784 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.9.2.jar 2018-12-11 12:29:04,791 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 2018-12-11 12:29:04,793 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.4.RELEASE.jar 2018-12-11 12:29:04,797 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.15.jar 2018-12-11 12:29:04,809 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.6.jar 2018-12-11 12:29:04,809 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.12.RELEASE.jar 2018-12-11 12:29:04,812 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.12.RELEASE.jar 2018-12-11 12:29:04,815 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.0.jar 2018-12-11 12:29:04,816 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 2018-12-11 12:29:04,817 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 2018-12-11 12:29:04,817 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-ext-1.8.jar 2018-12-11 12:29:04,818 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 2018-12-11 12:29:04,820 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-core-1.8.3.jar 2018-12-11 12:29:04,821 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.3.3.jar 2018-12-11 12:29:04,821 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 2018-12-11 12:29:04,826 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.1.1.jar 2018-12-11 12:29:04,831 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 2018-12-11 12:29:04,832 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 2018-12-11 12:29:04,838 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.20.0-GA.jar 2018-12-11 12:29:04,844 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.3.jar 2018-12-11 12:29:04,847 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-httpclient-3.1.jar 2018-12-11 12:29:04,849 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 2018-12-11 12:29:04,849 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.18.0-RC6.jar 2018-12-11 12:29:04,851 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 2018-12-11 12:29:04,851 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-tomcat7-1.18.0-RC6.jar 2018-12-11 12:29:04,877 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 2018-12-11 12:29:04,878 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 2018-12-11 12:29:04,878 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.0.1.Final.jar 2018-12-11 12:29:04,880 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 2018-12-11 12:29:04,883 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.3.Final.jar 2018-12-11 12:29:04,887 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.6.jar 2018-12-11 12:29:04,904 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mongo-java-driver-3.6.3.jar 2018-12-11 12:29:04,904 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.19.jar 2018-12-11 12:29:04,905 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 2018-12-11 12:29:04,906 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.6.jar 2018-12-11 12:29:04,910 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 2018-12-11 12:29:04,914 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-6.6.2.jar 2018-12-11 12:29:04,915 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.0.Final.jar 2018-12-11 12:29:04,927 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.9.2.jar 2018-12-11 12:29:04,929 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.4.jar 2018-12-11 12:29:04,932 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 2018-12-11 12:29:04,946 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.6.0.jar 2018-12-11 12:29:04,947 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/HikariCP-2.7.2.jar 2018-12-11 12:29:04,952 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.1.4.jar 2018-12-11 12:29:04,952 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.xml 2018-12-11 12:29:04,952 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.properties 2018-12-11 12:29:04,952 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNG.log 2018-12-11 12:29:04,953 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-6.6.2.jar 2018-12-11 12:29:04,953 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/objenesis-2.6.jar 2018-12-11 12:29:04,955 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 2018-12-11 12:29:04,961 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.8.jar 2018-12-11 12:29:04,963 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.8.RELEASE.jar 2018-12-11 12:29:04,965 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 2018-12-11 12:29:04,967 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 2018-12-11 12:29:04,967 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 2018-12-11 12:29:04,978 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 2018-12-11 12:29:04,979 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.18.0-RC6.jar 2018-12-11 12:29:04,982 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsr-275-0.9.3.jar 2018-12-11 12:29:04,988 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 2018-12-11 12:29:04,992 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/c3p0-0.9.5.2.jar 2018-12-11 12:29:04,995 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 2018-12-11 12:29:05,001 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.16.jar 2018-12-11 12:29:05,007 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.8.RELEASE.jar 2018-12-11 12:29:05,042 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.6.0-6.jar 2018-12-11 12:29:05,043 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 2018-12-11 12:29:05,049 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.12.RELEASE.jar 2018-12-11 12:29:05,061 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.23.jar 2018-12-11 12:29:05,065 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 2018-12-11 12:29:05,065 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.2.12.Final.jar 2018-12-11 12:29:05,066 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 2018-12-11 12:29:05,067 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.1.jar 2018-12-11 12:29:05,067 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-provider-svnexe-1.4.jar 2018-12-11 12:29:05,069 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 2018-12-11 12:29:05,069 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/json-1.8.jar 2018-12-11 12:29:05,079 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.12.RELEASE.jar 2018-12-11 12:29:05,083 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.12.RELEASE.jar 2018-12-11 12:29:05,086 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 2018-12-11 12:29:05,090 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.2.12.Final.jar 2018-12-11 12:29:05,090 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.2.6.jar 2018-12-11 12:29:05,091 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.0.18.jar 2018-12-11 12:29:05,091 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.14.jar 2018-12-11 12:29:05,092 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 2018-12-11 12:29:05,092 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.18.0-RC6.jar 2018-12-11 12:29:05,100 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 2018-12-11 12:29:05,103 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.18.0-RC6.jar 2018-12-11 12:29:05,106 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/junrar-0.7.jar 2018-12-11 12:29:05,107 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.18.0-RC6.jar 2018-12-11 12:29:05,108 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 2018-12-11 12:29:05,134 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 2018-12-11 12:29:05,136 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.5.RELEASE.jar 2018-12-11 12:29:05,139 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.8.jar 2018-12-11 12:29:05,204 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.2.12.Final.jar 2018-12-11 12:29:05,205 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 2018-12-11 12:29:05,205 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell 2018-12-11 12:29:05,205 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng 2018-12-11 12:29:05,205 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/web.xml 2018-12-11 12:29:05,206 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.9.2.jar 2018-12-11 12:29:05,209 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.11.jar 2018-12-11 12:29:05,210 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar 2018-12-11 12:29:05,211 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/regexp-1.3.jar 2018-12-11 12:29:05,212 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.2.jar 2018-12-11 12:29:05,213 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-join-6.6.2.jar 2018-12-11 12:29:05,215 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 2018-12-11 12:29:05,239 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.6.14.jar 2018-12-11 12:29:05,241 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.12.RELEASE.jar 2018-12-11 12:29:05,243 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.1.4.jar 2018-12-11 12:29:05,264 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/guava-23.3-jre.jar 2018-12-11 12:29:05,271 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.8.RELEASE.jar 2018-12-11 12:29:05,283 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-6.6.2.jar 2018-12-11 12:29:05,285 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.12.RELEASE.jar 2018-12-11 12:29:05,287 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.14.jar 2018-12-11 12:29:05,289 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 2018-12-11 12:29:05,292 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.1.jar 2018-12-11 12:29:05,294 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 2018-12-11 12:29:05,300 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.0.jar 2018-12-11 12:29:05,303 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.9.1.jar 2018-12-11 12:29:05,304 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.10.jar 2018-12-11 12:29:05,352 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 2018-12-11 12:29:05,358 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.6.jar 2018-12-11 12:29:05,359 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 2018-12-11 12:29:05,361 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-session-1.3.2.RELEASE.jar 2018-12-11 12:29:05,361 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.25.jar 2018-12-11 12:29:05,366 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jedis-2.9.0.jar 2018-12-11 12:29:05,368 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 2018-12-11 12:29:05,372 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.0.RELEASE.jar 2018-12-11 12:29:05,373 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.4.2.jar 2018-12-11 12:29:05,375 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.0.jar 2018-12-11 12:29:05,387 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 2018-12-11 12:29:05,388 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 2018-12-11 12:29:05,390 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-6.6.2.jar 2018-12-11 12:29:05,391 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.18.0-RC6.jar 2018-12-11 12:29:05,391 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 2018-12-11 12:29:05,392 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.18.0-RC6.jar 2018-12-11 12:29:05,400 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.12.RELEASE.jar 2018-12-11 12:29:05,405 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 2018-12-11 12:29:05,409 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.1.0.1.jar 2018-12-11 12:29:05,412 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.12.RELEASE.jar 2018-12-11 12:29:05,413 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.3.jar 2018-12-11 12:29:05,432 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.6.jar 2018-12-11 12:29:05,449 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:05,449 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:05,449 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:05,449 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:05,449 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:05,449 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-12-11 12:29:05,450 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 2018-12-11 12:29:05,450 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:05,458 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-12-11 12:29:05,908 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:05,908 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:05,908 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:05,908 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:05,908 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:05,908 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-12-11 12:29:05,908 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 2018-12-11 12:29:05,909 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:05,909 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-12-11 12:29:05,911 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:05,911 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:05,911 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:05,912 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:05,912 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:05,912 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: true 2018-12-11 12:29:05,912 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 2018-12-11 12:29:05,912 INFO [main] org.appng.upngizr.controller.Updater: serverName: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:05,912 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:05,912 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-12-11 12:29:05,916 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:05,916 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:05,916 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:05,916 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:05,916 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:05,916 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-12-11 12:29:05,917 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 2018-12-11 12:29:05,917 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:05,917 INFO [main] org.appng.upngizr.controller.Updater: Source: foobar.org 2018-12-11 12:29:05,917 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) 2018-12-11 12:29:05,918 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:05,918 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:05,918 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:05,918 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:05,918 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:05,918 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-12-11 12:29:05,918 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 2018-12-11 12:29:05,918 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:05,919 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-12-11 12:29:05,921 WARN [main] org.appng.upngizr.controller.Updater: https://appng.org/appng/builds/stable/appng-application-0.8.15.war does not exist! 2018-12-11 12:29:06,184 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-12-11 12:29:06,184 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-12-11 12:29:06,184 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-12-11 12:29:06,184 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-12-11 12:29:06,184 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-12-11 12:29:06,185 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-12-11 12:29:06,185 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 2018-12-11 12:29:06,185 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2018-12-11 12:29:06,186 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-12-11 12:29:06,190 INFO [main] org.appng.upngizr.controller.Updater: Starting appNG 2018-12-11 12:29:09,192 INFO [main] org.appng.upngizr.controller.Updater: Started appNG in 3 seconds. 2018-12-11 12:29:09,194 INFO [upNGizr updater] org.appng.upngizr.controller.Updater: Starting appNGizer 2018-12-11 12:29:11,194 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.723 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.18.0-RC6] [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.18.0-RC6] [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.18.0-RC6] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [29 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC6.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: http://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.18.0-RC6-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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1: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.18.0-RC6 [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.18.0-RC6 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.18.0-RC6 [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.18.0-RC6-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.18.0-RC6.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6.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.18.0-RC6/appng-upngizr-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-upngizr --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6.war Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6.war (7.1 MB at 18 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6.pom Progress (1): 2.0/4.6 kB Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6.pom (4.6 kB at 106 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (420 B at 17 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 420 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (420 B at 47 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (456 B at 4.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (456 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6-javadoc.jar Progress (1): 2.0/38 kB Progress (1): 4.1/38 kB Progress (1): 6.1/38 kB Progress (1): 8.2/38 kB Progress (1): 10/38 kB Progress (1): 12/38 kB Progress (1): 14/38 kB Progress (1): 16/38 kB Progress (1): 18/38 kB Progress (1): 20/38 kB Progress (1): 23/38 kB Progress (1): 25/38 kB Progress (1): 27/38 kB Progress (1): 29/38 kB Progress (1): 31/38 kB Progress (1): 33/38 kB Progress (1): 35/38 kB Progress (1): 37/38 kB Progress (1): 38 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6-javadoc.jar (38 kB at 736 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (456 B at 46 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (456 B at 9.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6-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://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC6/appng-upngizr-1.18.0-RC6-sources.jar (26 kB at 750 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 456 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (456 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 456 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (456 B at 22 kB/s) [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 [ 26.511 s] [INFO] appNG Tools ........................................ SUCCESS [ 22.021 s] [INFO] appNG Mail ......................................... SUCCESS [ 7.485 s] [INFO] appNG Forms ........................................ SUCCESS [ 7.096 s] [INFO] appng Formtags ..................................... SUCCESS [ 6.527 s] [INFO] appNG XML-API ...................................... SUCCESS [ 10.799 s] [INFO] appNG public API ................................... SUCCESS [ 23.936 s] [INFO] appNG testsupport .................................. SUCCESS [ 11.142 s] [INFO] appNG REST API ..................................... SUCCESS [ 11.429 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 28.509 s] [INFO] appNG Search ....................................... SUCCESS [ 18.044 s] [INFO] appNG Core Library ................................. SUCCESS [01:10 min] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 4.666 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 4.062 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 47.065 s] [INFO] appNG Tag Library .................................. SUCCESS [ 11.288 s] [INFO] appNG Application .................................. SUCCESS [ 18.548 s] [INFO] appNG application BOM .............................. SUCCESS [ 1.229 s] [INFO] appNG Documentation ................................ SUCCESS [ 42.745 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 1.663 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.291 s] [INFO] appng-application-assembly ......................... SUCCESS [ 1.382 s] [INFO] appNG application parent ........................... SUCCESS [ 0.207 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 1.911 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 4.187 s] [INFO] appNGizer .......................................... SUCCESS [01:03 min] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 7.895 s] [INFO] appNG camunda ...................................... SUCCESS [ 6.613 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 12.344 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 12.972 s] [INFO] upNGizr ............................................ SUCCESS [ 17.385 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:23 min [INFO] Finished at: 2018-12-11T12:29:19+01:00 [INFO] Final Memory: 305M/1599M [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.18.0-RC6 [INFO] ------------------------------------------------------------------------ Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-manager/1.13.1/appng-manager-1.13.1.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-manager/1.13.1/appng-manager-1.13.1.pom Progress (1): 4.1/11 kB Progress (1): 7.6/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-manager/1.13.1/appng-manager-1.13.1.pom (11 kB at 31 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-parent/1.17.0/appng-application-parent-1.17.0.pom (5.8 kB at 9.0 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom Progress (1): 4.1/41 kB Progress (1): 7.6/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 32/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-bom/1.17.0/appng-application-bom-1.17.0.pom (41 kB at 115 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom (7.0 kB at 27 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/1.15.0/appng-application-parent-1.15.0.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-parent/1.15.0/appng-application-parent-1.15.0.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-parent/1.15.0/appng-application-parent-1.15.0.pom (5.8 kB at 13 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/1.15.0/appng-application-bom-1.15.0.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-bom/1.15.0/appng-application-bom-1.15.0.pom Progress (1): 4.1/40 kB Progress (1): 7.6/40 kB Progress (1): 8.2/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 22/40 kB Progress (1): 26/40 kB Progress (1): 30/40 kB Progress (1): 30/40 kB Progress (1): 33/40 kB Progress (1): 37/40 kB Progress (1): 40 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-application-bom/1.15.0/appng-application-bom-1.15.0.pom (40 kB at 85 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom (5.2 kB at 21 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-template/1.14.3/appng-template-1.14.3.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-template/1.14.3/appng-template-1.14.3.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-template/1.14.3/appng-template-1.14.3.pom (5.4 kB at 23 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/1.14.1/appng-template-parent-1.14.1.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-template-parent/1.14.1/appng-template-parent-1.14.1.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-template-parent/1.14.1/appng-template-parent-1.14.1.pom (5.3 kB at 18 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.pom Progress (1): 1.6 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.pom (1.6 kB at 30 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/apache/tomcat/embed/tomcat-embed-jasper/8.5.23/tomcat-embed-jasper-8.5.23.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-jasper/8.5.23/tomcat-embed-jasper-8.5.23.pom Progress (1): 1.9 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-jasper/8.5.23/tomcat-embed-jasper-8.5.23.pom (1.9 kB at 36 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.pom Downloading: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.pom Progress (1): 1.3 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.pom (1.3 kB at 26 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-manager/1.13.1/appng-manager-1.13.1.zip Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-template/1.14.3/appng-template-1.14.3.zip Downloading: https://www.appng.org/nexus/repository/appng-stable/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.jar Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip Downloading: https://www.appng.org/nexus/repository/appng-stable/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip Downloading: https://www.appng.org/nexus/repository/appng-stable/org/apache/tomcat/embed/tomcat-embed-jasper/8.5.23/tomcat-embed-jasper-8.5.23.jar Downloading: https://www.appng.org/nexus/repository/appng-stable/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.jar Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-manager/1.13.1/appng-manager-1.13.1.zip Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-template/1.14.3/appng-template-1.14.3.zip Downloading: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.jar Downloading: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip Progress (1): 4.1/50 kB Progress (1): 7.6/50 kB Progress (1): 8.2/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 22/50 kB Progress (1): 26/50 kB Progress (1): 30/50 kB Progress (1): 30/50 kB Progress (1): 33/50 kB Progress (1): 37/50 kB Progress (2): 37/50 kB | 1.0 kB Progress (2): 41/50 kB | 1.0 kB Progress (2): 41/50 kB | 4.0 kB Progress (2): 41/50 kB | 4.0 kB Progress (2): 41/50 kB | 5.8 kB Progress (2): 41/50 kB | 6.4 kB Progress (2): 41/50 kB | 7.0 kB Progress (2): 41/50 kB | 7.6 kB Progress (2): 41/50 kB | 8.2 kB Progress (2): 41/50 kB | 8.7 kB Progress (2): 41/50 kB | 9.3 kB Progress (2): 41/50 kB | 9.9 kB Progress (2): 41/50 kB | 10 kB Progress (2): 41/50 kB | 11 kB Progress (2): 41/50 kB | 12 kB Progress (2): 41/50 kB | 12 kB Progress (2): 41/50 kB | 13 kB Progress (2): 41/50 kB | 13 kB Progress (2): 41/50 kB | 14 kB Progress (2): 41/50 kB | 15 kB Progress (2): 41/50 kB | 15 kB Progress (2): 41/50 kB | 16 kB Progress (2): 41/50 kB | 16 kB Progress (2): 41/50 kB | 17 kB Progress (2): 41/50 kB | 17 kB Progress (2): 41/50 kB | 18 kB Progress (2): 41/50 kB | 19 kB Progress (2): 41/50 kB | 19 kB Progress (2): 41/50 kB | 20 kB Progress (2): 41/50 kB | 20 kB Progress (2): 41/50 kB | 21 kB Progress (2): 41/50 kB | 22 kB Progress (2): 41/50 kB | 22 kB Progress (2): 41/50 kB | 23 kB Progress (2): 41/50 kB | 23 kB Progress (2): 41/50 kB | 24 kB Progress (2): 41/50 kB | 25 kB Progress (2): 41/50 kB | 25 kB Progress (2): 41/50 kB | 26 kB Progress (2): 41/50 kB | 26 kB Progress (2): 41/50 kB | 27 kB Progress (2): 41/50 kB | 27 kB Progress (2): 41/50 kB | 28 kB Progress (2): 41/50 kB | 28 kB Progress (2): 41/50 kB | 29 kB Progress (2): 41/50 kB | 30 kB Progress (2): 41/50 kB | 30 kB Progress (2): 41/50 kB | 31 kB Progress (2): 41/50 kB | 31 kB Progress (2): 41/50 kB | 32 kB Progress (2): 41/50 kB | 32 kB Progress (2): 41/50 kB | 33 kB Progress (2): 41/50 kB | 33 kB Progress (2): 41/50 kB | 34 kB Progress (2): 41/50 kB | 34 kB Progress (2): 41/50 kB | 35 kB Progress (2): 41/50 kB | 36 kB Progress (2): 41/50 kB | 36 kB Progress (2): 41/50 kB | 37 kB Progress (2): 41/50 kB | 37 kB Progress (2): 41/50 kB | 38 kB Progress (2): 41/50 kB | 38 kB Progress (2): 45/50 kB | 38 kB Progress (2): 45/50 kB | 39 kB Progress (3): 45/50 kB | 39 kB | 4.1/32 kB Progress (3): 45/50 kB | 39 kB | 4.1/32 kB Progress (3): 45/50 kB | 40 kB | 4.1/32 kB Progress (3): 45/50 kB | 40 kB | 4.1/32 kB Progress (3): 45/50 kB | 41 kB | 4.1/32 kB Progress (3): 45/50 kB | 42 kB | 4.1/32 kB Progress (3): 45/50 kB | 42 kB | 4.1/32 kB Progress (3): 45/50 kB | 43 kB | 4.1/32 kB Progress (3): 45/50 kB | 43 kB | 4.1/32 kB Progress (3): 45/50 kB | 44 kB | 4.1/32 kB Progress (3): 45/50 kB | 44 kB | 4.1/32 kB Progress (3): 45/50 kB | 45 kB | 4.1/32 kB Progress (3): 45/50 kB | 46 kB | 4.1/32 kB Progress (3): 45/50 kB | 46 kB | 4.1/32 kB Progress (3): 45/50 kB | 47 kB | 4.1/32 kB Progress (3): 45/50 kB | 47 kB | 4.1/32 kB Progress (3): 45/50 kB | 48 kB | 4.1/32 kB Progress (3): 45/50 kB | 48 kB | 4.1/32 kB Progress (3): 45/50 kB | 49 kB | 4.1/32 kB Progress (3): 45/50 kB | 49 kB | 4.1/32 kB Progress (3): 45/50 kB | 50 kB | 4.1/32 kB Progress (3): 49/50 kB | 50 kB | 4.1/32 kB Progress (3): 49/50 kB | 50 kB | 4.1/32 kB Progress (3): 49/50 kB | 50 kB | 7.6/32 kB Progress (3): 49/50 kB | 51 kB | 7.6/32 kB Progress (3): 49/50 kB | 51 kB | 7.6/32 kB Progress (3): 49/50 kB | 52 kB | 7.6/32 kB Progress (3): 49/50 kB | 53 kB | 7.6/32 kB Progress (3): 49/50 kB | 53 kB | 7.6/32 kB Progress (3): 49/50 kB | 54 kB | 7.6/32 kB Progress (3): 49/50 kB | 54 kB | 7.6/32 kB Progress (3): 49/50 kB | 55 kB | 7.6/32 kB Progress (3): 49/50 kB | 55 kB | 7.6/32 kB Progress (3): 49/50 kB | 56 kB | 7.6/32 kB Progress (3): 49/50 kB | 57 kB | 7.6/32 kB Progress (3): 49/50 kB | 57 kB | 7.6/32 kB Progress (3): 49/50 kB | 58 kB | 7.6/32 kB Progress (3): 49/50 kB | 58 kB | 7.6/32 kB Progress (3): 49/50 kB | 59 kB | 7.6/32 kB Progress (3): 49/50 kB | 59 kB | 7.6/32 kB Progress (3): 49/50 kB | 59 kB | 7.6/32 kB Progress (3): 50 kB | 59 kB | 7.6/32 kB Progress (4): 50 kB | 59 kB | 7.6/32 kB | 4.1/228 kB Progress (4): 50 kB | 59 kB | 7.6/32 kB | 7.6/228 kB Progress (4): 50 kB | 59 kB | 7.6/32 kB | 8.2/228 kB Progress (4): 50 kB | 59 kB | 7.6/32 kB | 12/228 kB Progress (4): 50 kB | 59 kB | 7.6/32 kB | 16/228 kB Progress (4): 50 kB | 59 kB | 7.6/32 kB | 16/228 kB Progress (4): 50 kB | 59 kB | 7.6/32 kB | 20/228 kB Progress (4): 50 kB | 59 kB | 8.2/32 kB | 20/228 kB Progress (4): 50 kB | 59 kB | 8.2/32 kB | 24/228 kB Progress (4): 50 kB | 59 kB | 12/32 kB | 24/228 kB Progress (4): 50 kB | 59 kB | 16/32 kB | 24/228 kB Progress (4): 50 kB | 60 kB | 16/32 kB | 24/228 kB Progress (4): 50 kB | 60 kB | 16/32 kB | 24/228 kB Progress (4): 50 kB | 60 kB | 16/32 kB | 25/228 kB Progress (4): 50 kB | 60 kB | 16/32 kB | 25/228 kB Progress (4): 50 kB | 60 kB | 20/32 kB | 25/228 kB Progress (4): 50 kB | 61 kB | 20/32 kB | 25/228 kB Progress (4): 50 kB | 61 kB | 20/32 kB | 29/228 kB Progress (4): 50 kB | 61 kB | 20/32 kB | 29/228 kB Progress (4): 50 kB | 62 kB | 20/32 kB | 29/228 kB Progress (4): 50 kB | 62 kB | 24/32 kB | 29/228 kB Progress (4): 50 kB | 62 kB | 24/32 kB | 29/228 kB Progress (4): 50 kB | 62 kB | 24/32 kB | 32/228 kB Progress (4): 50 kB | 63 kB | 24/32 kB | 32/228 kB Progress (4): 50 kB | 63 kB | 25/32 kB | 32/228 kB Progress (4): 50 kB | 63 kB | 25/32 kB | 32/228 kB Progress (4): 50 kB | 63 kB | 25/32 kB | 33/228 kB Progress (4): 50 kB | 63 kB | 29/32 kB | 33/228 kB Progress (4): 50 kB | 64 kB | 29/32 kB | 33/228 kB Progress (4): 50 kB | 64 kB | 29/32 kB | 37/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 37/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 40/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 40/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 41/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 45/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 48/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 49/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 53/228 kB Progress (4): 50 kB | 64 kB | 32 kB | 56/228 kB Progress (4): 50 kB | 65 kB | 32 kB | 56/228 kB Progress (4): 50 kB | 65 kB | 32 kB | 57/228 kB Progress (4): 50 kB | 65 kB | 32 kB | 61/228 kB Progress (4): 50 kB | 65 kB | 32 kB | 64/228 kB Progress (4): 50 kB | 65 kB | 32 kB | 66/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 66/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 70/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 72/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 74/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 78/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 80/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 82/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 86/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 88/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 90/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 90/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 94/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 94/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 96/228 kB Progress (4): 50 kB | 66 kB | 32 kB | 98/228 kB Progress (4): 50 kB | 67 kB | 32 kB | 98/228 kB Progress (4): 50 kB | 67 kB | 32 kB | 102/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 102/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 104/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 104/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 106/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 111/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 112/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 115/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 119/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 120/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 123/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 127/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 128/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 131/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 135/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 136/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 139/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 143/228 kB Progress (4): 50 kB | 68 kB | 32 kB | 144/228 kB Progress (4): 50 kB | 69 kB | 32 kB | 144/228 kB Progress (4): 50 kB | 69 kB | 32 kB | 147/228 kB Progress (4): 50 kB | 69 kB | 32 kB | 147/228 kB Progress (4): 50 kB | 69 kB | 32 kB | 152/228 kB Progress (4): 50 kB | 70 kB | 32 kB | 152/228 kB Progress (4): 50 kB | 70 kB | 32 kB | 152/228 kB Progress (4): 50 kB | 70 kB | 32 kB | 152/228 kB Progress (4): 50 kB | 70 kB | 32 kB | 156/228 kB Progress (4): 50 kB | 71 kB | 32 kB | 156/228 kB Progress (4): 50 kB | 71 kB | 32 kB | 160/228 kB Progress (4): 50 kB | 71 kB | 32 kB | 160/228 kB Progress (4): 50 kB | 71 kB | 32 kB | 164/228 kB Progress (4): 50 kB | 72 kB | 32 kB | 164/228 kB Progress (4): 50 kB | 72 kB | 32 kB | 164/228 kB Progress (4): 50 kB | 73 kB | 32 kB | 164/228 kB Progress (4): 50 kB | 73 kB | 32 kB | 164/228 kB Progress (4): 50 kB | 73 kB | 32 kB | 168/228 kB Progress (4): 50 kB | 74 kB | 32 kB | 168/228 kB Progress (4): 50 kB | 74 kB | 32 kB | 172/228 kB Progress (4): 50 kB | 74 kB | 32 kB | 172/228 kB Progress (4): 50 kB | 74 kB | 32 kB | 172/228 kB Progress (4): 50 kB | 75 kB | 32 kB | 172/228 kB Progress (4): 50 kB | 75 kB | 32 kB | 172/228 kB Progress (4): 50 kB | 75 kB | 32 kB | 176/228 kB Progress (4): 50 kB | 75 kB | 32 kB | 180/228 kB Progress (4): 50 kB | 76 kB | 32 kB | 180/228 kB Progress (4): 50 kB | 76 kB | 32 kB | 180/228 kB Progress (4): 50 kB | 76 kB | 32 kB | 180/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 180/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 184/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 184/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 188/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 188/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 193/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 196/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 197/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 201/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 204/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 205/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 209/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 212/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 213/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 217/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 220/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 221/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 225/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 228/228 kB Progress (4): 50 kB | 77 kB | 32 kB | 228 kB Progress (4): 50 kB | 78 kB | 32 kB | 228 kB Progress (4): 50 kB | 78 kB | 32 kB | 228 kB Progress (4): 50 kB | 79 kB | 32 kB | 228 kB Progress (4): 50 kB | 79 kB | 32 kB | 228 kB Progress (4): 50 kB | 80 kB | 32 kB | 228 kB Progress (4): 50 kB | 81 kB | 32 kB | 228 kB Progress (4): 50 kB | 81 kB | 32 kB | 228 kB Progress (4): 50 kB | 82 kB | 32 kB | 228 kB Progress (4): 50 kB | 82 kB | 32 kB | 228 kB Progress (4): 50 kB | 83 kB | 32 kB | 228 kB Progress (4): 50 kB | 83 kB | 32 kB | 228 kB Progress (4): 50 kB | 84 kB | 32 kB | 228 kB Progress (4): 50 kB | 84 kB | 32 kB | 228 kB Progress (4): 50 kB | 85 kB | 32 kB | 228 kB Progress (4): 50 kB | 85 kB | 32 kB | 228 kB Progress (4): 50 kB | 86 kB | 32 kB | 228 kB Progress (4): 50 kB | 86 kB | 32 kB | 228 kB Progress (4): 50 kB | 87 kB | 32 kB | 228 kB Progress (4): 50 kB | 87 kB | 32 kB | 228 kB Progress (4): 50 kB | 88 kB | 32 kB | 228 kB Progress (4): 50 kB | 88 kB | 32 kB | 228 kB Progress (4): 50 kB | 89 kB | 32 kB | 228 kB Progress (4): 50 kB | 89 kB | 32 kB | 228 kB Progress (4): 50 kB | 90 kB | 32 kB | 228 kB Progress (4): 50 kB | 90 kB | 32 kB | 228 kB Progress (4): 50 kB | 91 kB | 32 kB | 228 kB Progress (4): 50 kB | 91 kB | 32 kB | 228 kB Progress (4): 50 kB | 92 kB | 32 kB | 228 kB Progress (4): 50 kB | 92 kB | 32 kB | 228 kB Progress (4): 50 kB | 93 kB | 32 kB | 228 kB Progress (4): 50 kB | 93 kB | 32 kB | 228 kB Progress (4): 50 kB | 94 kB | 32 kB | 228 kB Progress (4): 50 kB | 94 kB | 32 kB | 228 kB Progress (4): 50 kB | 95 kB | 32 kB | 228 kB Progress (4): 50 kB | 95 kB | 32 kB | 228 kB Progress (4): 50 kB | 96 kB | 32 kB | 228 kB Progress (4): 50 kB | 96 kB | 32 kB | 228 kB Progress (4): 50 kB | 97 kB | 32 kB | 228 kB Progress (4): 50 kB | 97 kB | 32 kB | 228 kB Progress (4): 50 kB | 98 kB | 32 kB | 228 kB Progress (4): 50 kB | 98 kB | 32 kB | 228 kB Progress (4): 50 kB | 99 kB | 32 kB | 228 kB Progress (4): 50 kB | 100 kB | 32 kB | 228 kB Progress (4): 50 kB | 100 kB | 32 kB | 228 kB Progress (4): 50 kB | 100 kB | 32 kB | 228 kB Progress (4): 50 kB | 101 kB | 32 kB | 228 kB Progress (4): 50 kB | 102 kB | 32 kB | 228 kB Progress (4): 50 kB | 102 kB | 32 kB | 228 kB Progress (4): 50 kB | 103 kB | 32 kB | 228 kB Progress (4): 50 kB | 103 kB | 32 kB | 228 kB Progress (4): 50 kB | 104 kB | 32 kB | 228 kB Progress (4): 50 kB | 104 kB | 32 kB | 228 kB Progress (4): 50 kB | 105 kB | 32 kB | 228 kB Progress (4): 50 kB | 105 kB | 32 kB | 228 kB Progress (4): 50 kB | 106 kB | 32 kB | 228 kB Progress (4): 50 kB | 106 kB | 32 kB | 228 kB Progress (4): 50 kB | 107 kB | 32 kB | 228 kB Progress (4): 50 kB | 107 kB | 32 kB | 228 kB Progress (4): 50 kB | 108 kB | 32 kB | 228 kB Progress (4): 50 kB | 108 kB | 32 kB | 228 kB Progress (4): 50 kB | 109 kB | 32 kB | 228 kB Progress (4): 50 kB | 109 kB | 32 kB | 228 kB Progress (4): 50 kB | 110 kB | 32 kB | 228 kB Progress (4): 50 kB | 110 kB | 32 kB | 228 kB Progress (4): 50 kB | 111 kB | 32 kB | 228 kB Progress (4): 50 kB | 111 kB | 32 kB | 228 kB Progress (4): 50 kB | 112 kB | 32 kB | 228 kB Progress (4): 50 kB | 112 kB | 32 kB | 228 kB Progress (4): 50 kB | 113 kB | 32 kB | 228 kB Progress (4): 50 kB | 113 kB | 32 kB | 228 kB Progress (4): 50 kB | 114 kB | 32 kB | 228 kB Progress (4): 50 kB | 114 kB | 32 kB | 228 kB Progress (4): 50 kB | 115 kB | 32 kB | 228 kB Progress (4): 50 kB | 115 kB | 32 kB | 228 kB Progress (4): 50 kB | 116 kB | 32 kB | 228 kB Progress (4): 50 kB | 116 kB | 32 kB | 228 kB Progress (4): 50 kB | 117 kB | 32 kB | 228 kB Progress (4): 50 kB | 117 kB | 32 kB | 228 kB Progress (4): 50 kB | 118 kB | 32 kB | 228 kB Progress (4): 50 kB | 118 kB | 32 kB | 228 kB Progress (4): 50 kB | 119 kB | 32 kB | 228 kB Progress (4): 50 kB | 119 kB | 32 kB | 228 kB Progress (4): 50 kB | 120 kB | 32 kB | 228 kB Progress (4): 50 kB | 120 kB | 32 kB | 228 kB Progress (4): 50 kB | 121 kB | 32 kB | 228 kB Progress (4): 50 kB | 121 kB | 32 kB | 228 kB Progress (4): 50 kB | 122 kB | 32 kB | 228 kB Progress (4): 50 kB | 122 kB | 32 kB | 228 kB Progress (4): 50 kB | 123 kB | 32 kB | 228 kB Progress (4): 50 kB | 123 kB | 32 kB | 228 kB Progress (4): 50 kB | 124 kB | 32 kB | 228 kB Progress (4): 50 kB | 124 kB | 32 kB | 228 kB Progress (4): 50 kB | 125 kB | 32 kB | 228 kB Progress (4): 50 kB | 125 kB | 32 kB | 228 kB Progress (4): 50 kB | 126 kB | 32 kB | 228 kB Progress (4): 50 kB | 126 kB | 32 kB | 228 kB Progress (4): 50 kB | 127 kB | 32 kB | 228 kB Progress (4): 50 kB | 127 kB | 32 kB | 228 kB Progress (4): 50 kB | 128 kB | 32 kB | 228 kB Progress (4): 50 kB | 128 kB | 32 kB | 228 kB Progress (4): 50 kB | 129 kB | 32 kB | 228 kB Progress (4): 50 kB | 129 kB | 32 kB | 228 kB Progress (4): 50 kB | 130 kB | 32 kB | 228 kB Progress (4): 50 kB | 131 kB | 32 kB | 228 kB Progress (4): 50 kB | 131 kB | 32 kB | 228 kB Progress (4): 50 kB | 132 kB | 32 kB | 228 kB Progress (4): 50 kB | 132 kB | 32 kB | 228 kB Progress (4): 50 kB | 132 kB | 32 kB | 228 kB Progress (4): 50 kB | 133 kB | 32 kB | 228 kB Progress (4): 50 kB | 134 kB | 32 kB | 228 kB Progress (4): 50 kB | 134 kB | 32 kB | 228 kB Progress (4): 50 kB | 135 kB | 32 kB | 228 kB Progress (4): 50 kB | 135 kB | 32 kB | 228 kB Progress (4): 50 kB | 136 kB | 32 kB | 228 kB Progress (4): 50 kB | 136 kB | 32 kB | 228 kB Progress (4): 50 kB | 137 kB | 32 kB | 228 kB Progress (4): 50 kB | 137 kB | 32 kB | 228 kB Progress (4): 50 kB | 138 kB | 32 kB | 228 kB Progress (4): 50 kB | 138 kB | 32 kB | 228 kB Progress (4): 50 kB | 139 kB | 32 kB | 228 kB Progress (4): 50 kB | 139 kB | 32 kB | 228 kB Progress (4): 50 kB | 140 kB | 32 kB | 228 kB Progress (4): 50 kB | 140 kB | 32 kB | 228 kB Progress (4): 50 kB | 141 kB | 32 kB | 228 kB Progress (4): 50 kB | 141 kB | 32 kB | 228 kB Progress (4): 50 kB | 142 kB | 32 kB | 228 kB Progress (4): 50 kB | 142 kB | 32 kB | 228 kB Progress (4): 50 kB | 143 kB | 32 kB | 228 kB Progress (4): 50 kB | 143 kB | 32 kB | 228 kB Progress (4): 50 kB | 144 kB | 32 kB | 228 kB Progress (4): 50 kB | 144 kB | 32 kB | 228 kB Progress (4): 50 kB | 145 kB | 32 kB | 228 kB Progress (4): 50 kB | 145 kB | 32 kB | 228 kB Progress (4): 50 kB | 146 kB | 32 kB | 228 kB Progress (4): 50 kB | 146 kB | 32 kB | 228 kB Progress (4): 50 kB | 147 kB | 32 kB | 228 kB Progress (4): 50 kB | 147 kB | 32 kB | 228 kB Progress (4): 50 kB | 148 kB | 32 kB | 228 kB Progress (4): 50 kB | 148 kB | 32 kB | 228 kB Progress (4): 50 kB | 149 kB | 32 kB | 228 kB Progress (4): 50 kB | 149 kB | 32 kB | 228 kB Progress (4): 50 kB | 150 kB | 32 kB | 228 kB Progress (4): 50 kB | 150 kB | 32 kB | 228 kB Progress (4): 50 kB | 151 kB | 32 kB | 228 kB Progress (4): 50 kB | 151 kB | 32 kB | 228 kB Progress (4): 50 kB | 152 kB | 32 kB | 228 kB Progress (4): 50 kB | 153 kB | 32 kB | 228 kB Progress (4): 50 kB | 153 kB | 32 kB | 228 kB Progress (4): 50 kB | 154 kB | 32 kB | 228 kB Progress (4): 50 kB | 154 kB | 32 kB | 228 kB Progress (4): 50 kB | 155 kB | 32 kB | 228 kB Progress (4): 50 kB | 155 kB | 32 kB | 228 kB Progress (4): 50 kB | 156 kB | 32 kB | 228 kB Progress (4): 50 kB | 156 kB | 32 kB | 228 kB Progress (4): 50 kB | 157 kB | 32 kB | 228 kB Progress (4): 50 kB | 157 kB | 32 kB | 228 kB Progress (4): 50 kB | 158 kB | 32 kB | 228 kB Progress (4): 50 kB | 158 kB | 32 kB | 228 kB Progress (4): 50 kB | 159 kB | 32 kB | 228 kB Progress (4): 50 kB | 159 kB | 32 kB | 228 kB Progress (4): 50 kB | 160 kB | 32 kB | 228 kB Progress (4): 50 kB | 160 kB | 32 kB | 228 kB Progress (4): 50 kB | 161 kB | 32 kB | 228 kB Progress (4): 50 kB | 161 kB | 32 kB | 228 kB Progress (4): 50 kB | 162 kB | 32 kB | 228 kB Progress (4): 50 kB | 162 kB | 32 kB | 228 kB Progress (4): 50 kB | 163 kB | 32 kB | 228 kB Progress (4): 50 kB | 163 kB | 32 kB | 228 kB Progress (4): 50 kB | 164 kB | 32 kB | 228 kB Progress (4): 50 kB | 164 kB | 32 kB | 228 kB Progress (4): 50 kB | 165 kB | 32 kB | 228 kB Progress (4): 50 kB | 165 kB | 32 kB | 228 kB Progress (4): 50 kB | 166 kB | 32 kB | 228 kB Progress (4): 50 kB | 166 kB | 32 kB | 228 kB Progress (4): 50 kB | 167 kB | 32 kB | 228 kB Progress (4): 50 kB | 167 kB | 32 kB | 228 kB Progress (4): 50 kB | 168 kB | 32 kB | 228 kB Progress (4): 50 kB | 168 kB | 32 kB | 228 kB Progress (4): 50 kB | 169 kB | 32 kB | 228 kB Progress (4): 50 kB | 170 kB | 32 kB | 228 kB Progress (4): 50 kB | 170 kB | 32 kB | 228 kB Progress (4): 50 kB | 171 kB | 32 kB | 228 kB Progress (4): 50 kB | 171 kB | 32 kB | 228 kB Progress (4): 50 kB | 172 kB | 32 kB | 228 kB Progress (4): 50 kB | 172 kB | 32 kB | 228 kB Progress (4): 50 kB | 173 kB | 32 kB | 228 kB Progress (4): 50 kB | 173 kB | 32 kB | 228 kB Progress (4): 50 kB | 174 kB | 32 kB | 228 kB Progress (4): 50 kB | 174 kB | 32 kB | 228 kB Progress (4): 50 kB | 175 kB | 32 kB | 228 kB Progress (4): 50 kB | 175 kB | 32 kB | 228 kB Progress (4): 50 kB | 176 kB | 32 kB | 228 kB Progress (4): 50 kB | 176 kB | 32 kB | 228 kB Progress (4): 50 kB | 177 kB | 32 kB | 228 kB Progress (4): 50 kB | 177 kB | 32 kB | 228 kB Progress (4): 50 kB | 178 kB | 32 kB | 228 kB Progress (4): 50 kB | 178 kB | 32 kB | 228 kB Progress (4): 50 kB | 179 kB | 32 kB | 228 kB Progress (4): 50 kB | 179 kB | 32 kB | 228 kB Progress (4): 50 kB | 180 kB | 32 kB | 228 kB Progress (4): 50 kB | 180 kB | 32 kB | 228 kB Progress (4): 50 kB | 181 kB | 32 kB | 228 kB Progress (4): 50 kB | 181 kB | 32 kB | 228 kB Progress (4): 50 kB | 182 kB | 32 kB | 228 kB Progress (4): 50 kB | 182 kB | 32 kB | 228 kB Progress (4): 50 kB | 183 kB | 32 kB | 228 kB Progress (4): 50 kB | 183 kB | 32 kB | 228 kB Progress (4): 50 kB | 184 kB | 32 kB | 228 kB Progress (4): 50 kB | 184 kB | 32 kB | 228 kB Progress (4): 50 kB | 185 kB | 32 kB | 228 kB Progress (4): 50 kB | 185 kB | 32 kB | 228 kB Progress (4): 50 kB | 186 kB | 32 kB | 228 kB Progress (4): 50 kB | 186 kB | 32 kB | 228 kB Progress (4): 50 kB | 187 kB | 32 kB | 228 kB Progress (4): 50 kB | 187 kB | 32 kB | 228 kB Progress (4): 50 kB | 188 kB | 32 kB | 228 kB Progress (4): 50 kB | 188 kB | 32 kB | 228 kB Progress (4): 50 kB | 189 kB | 32 kB | 228 kB Progress (4): 50 kB | 190 kB | 32 kB | 228 kB Progress (4): 50 kB | 190 kB | 32 kB | 228 kB Progress (4): 50 kB | 190 kB | 32 kB | 228 kB Progress (4): 50 kB | 191 kB | 32 kB | 228 kB Progress (4): 50 kB | 191 kB | 32 kB | 228 kB Progress (4): 50 kB | 192 kB | 32 kB | 228 kB Progress (4): 50 kB | 192 kB | 32 kB | 228 kB Progress (4): 50 kB | 193 kB | 32 kB | 228 kB Progress (4): 50 kB | 194 kB | 32 kB | 228 kB Progress (4): 50 kB | 194 kB | 32 kB | 228 kB Progress (4): 50 kB | 195 kB | 32 kB | 228 kB Progress (4): 50 kB | 195 kB | 32 kB | 228 kB Progress (4): 50 kB | 196 kB | 32 kB | 228 kB Progress (4): 50 kB | 196 kB | 32 kB | 228 kB Progress (4): 50 kB | 197 kB | 32 kB | 228 kB Progress (4): 50 kB | 197 kB | 32 kB | 228 kB Progress (4): 50 kB | 198 kB | 32 kB | 228 kB Progress (4): 50 kB | 198 kB | 32 kB | 228 kB Progress (4): 50 kB | 199 kB | 32 kB | 228 kB Progress (4): 50 kB | 199 kB | 32 kB | 228 kB Progress (4): 50 kB | 200 kB | 32 kB | 228 kB Progress (4): 50 kB | 200 kB | 32 kB | 228 kB Progress (4): 50 kB | 201 kB | 32 kB | 228 kB Progress (4): 50 kB | 201 kB | 32 kB | 228 kB Progress (4): 50 kB | 202 kB | 32 kB | 228 kB Progress (4): 50 kB | 202 kB | 32 kB | 228 kB Progress (4): 50 kB | 203 kB | 32 kB | 228 kB Progress (4): 50 kB | 203 kB | 32 kB | 228 kB Progress (4): 50 kB | 204 kB | 32 kB | 228 kB Progress (4): 50 kB | 204 kB | 32 kB | 228 kB Progress (4): 50 kB | 205 kB | 32 kB | 228 kB Progress (4): 50 kB | 205 kB | 32 kB | 228 kB Progress (4): 50 kB | 206 kB | 32 kB | 228 kB Progress (4): 50 kB | 206 kB | 32 kB | 228 kB Progress (4): 50 kB | 207 kB | 32 kB | 228 kB Progress (4): 50 kB | 207 kB | 32 kB | 228 kB Progress (4): 50 kB | 208 kB | 32 kB | 228 kB Progress (4): 50 kB | 208 kB | 32 kB | 228 kB Progress (4): 50 kB | 209 kB | 32 kB | 228 kB Progress (4): 50 kB | 209 kB | 32 kB | 228 kB Progress (4): 50 kB | 210 kB | 32 kB | 228 kB Progress (4): 50 kB | 210 kB | 32 kB | 228 kB Progress (4): 50 kB | 211 kB | 32 kB | 228 kB Progress (4): 50 kB | 211 kB | 32 kB | 228 kB Progress (4): 50 kB | 212 kB | 32 kB | 228 kB Progress (4): 50 kB | 212 kB | 32 kB | 228 kB Progress (4): 50 kB | 213 kB | 32 kB | 228 kB Progress (4): 50 kB | 213 kB | 32 kB | 228 kB Progress (4): 50 kB | 214 kB | 32 kB | 228 kB Progress (4): 50 kB | 214 kB | 32 kB | 228 kB Progress (4): 50 kB | 215 kB | 32 kB | 228 kB Progress (4): 50 kB | 215 kB | 32 kB | 228 kB Progress (4): 50 kB | 216 kB | 32 kB | 228 kB Progress (4): 50 kB | 216 kB | 32 kB | 228 kB Progress (4): 50 kB | 217 kB | 32 kB | 228 kB Progress (4): 50 kB | 217 kB | 32 kB | 228 kB Progress (4): 50 kB | 218 kB | 32 kB | 228 kB Progress (4): 50 kB | 219 kB | 32 kB | 228 kB Progress (4): 50 kB | 219 kB | 32 kB | 228 kB Progress (4): 50 kB | 220 kB | 32 kB | 228 kB Progress (4): 50 kB | 220 kB | 32 kB | 228 kB Progress (4): 50 kB | 221 kB | 32 kB | 228 kB Progress (4): 50 kB | 221 kB | 32 kB | 228 kB Progress (4): 50 kB | 222 kB | 32 kB | 228 kB Progress (4): 50 kB | 222 kB | 32 kB | 228 kB Progress (4): 50 kB | 223 kB | 32 kB | 228 kB Progress (4): 50 kB | 223 kB | 32 kB | 228 kB Progress (4): 50 kB | 224 kB | 32 kB | 228 kB Progress (4): 50 kB | 224 kB | 32 kB | 228 kB Progress (4): 50 kB | 225 kB | 32 kB | 228 kB Progress (4): 50 kB | 225 kB | 32 kB | 228 kB Progress (4): 50 kB | 226 kB | 32 kB | 228 kB Progress (4): 50 kB | 226 kB | 32 kB | 228 kB Progress (4): 50 kB | 227 kB | 32 kB | 228 kB Progress (4): 50 kB | 227 kB | 32 kB | 228 kB Progress (4): 50 kB | 228 kB | 32 kB | 228 kB Progress (4): 50 kB | 228 kB | 32 kB | 228 kB Progress (4): 50 kB | 229 kB | 32 kB | 228 kB Progress (4): 50 kB | 229 kB | 32 kB | 228 kB Progress (4): 50 kB | 230 kB | 32 kB | 228 kB Progress (4): 50 kB | 231 kB | 32 kB | 228 kB Progress (4): 50 kB | 231 kB | 32 kB | 228 kB Progress (4): 50 kB | 231 kB | 32 kB | 228 kB Progress (4): 50 kB | 232 kB | 32 kB | 228 kB Progress (4): 50 kB | 233 kB | 32 kB | 228 kB Progress (4): 50 kB | 233 kB | 32 kB | 228 kB Progress (4): 50 kB | 234 kB | 32 kB | 228 kB Progress (4): 50 kB | 234 kB | 32 kB | 228 kB Progress (4): 50 kB | 235 kB | 32 kB | 228 kB Progress (4): 50 kB | 235 kB | 32 kB | 228 kB Progress (4): 50 kB | 236 kB | 32 kB | 228 kB Progress (4): 50 kB | 236 kB | 32 kB | 228 kB Progress (4): 50 kB | 237 kB | 32 kB | 228 kB Progress (4): 50 kB | 237 kB | 32 kB | 228 kB Progress (4): 50 kB | 238 kB | 32 kB | 228 kB Progress (4): 50 kB | 238 kB | 32 kB | 228 kB Progress (4): 50 kB | 239 kB | 32 kB | 228 kB Progress (4): 50 kB | 239 kB | 32 kB | 228 kB Progress (4): 50 kB | 240 kB | 32 kB | 228 kB Progress (4): 50 kB | 240 kB | 32 kB | 228 kB Progress (4): 50 kB | 241 kB | 32 kB | 228 kB Progress (4): 50 kB | 241 kB | 32 kB | 228 kB Progress (4): 50 kB | 242 kB | 32 kB | 228 kB Progress (4): 50 kB | 242 kB | 32 kB | 228 kB Progress (4): 50 kB | 243 kB | 32 kB | 228 kB Progress (4): 50 kB | 243 kB | 32 kB | 228 kB Progress (4): 50 kB | 244 kB | 32 kB | 228 kB Progress (4): 50 kB | 244 kB | 32 kB | 228 kB Progress (4): 50 kB | 245 kB | 32 kB | 228 kB Progress (4): 50 kB | 245 kB | 32 kB | 228 kB Progress (4): 50 kB | 246 kB | 32 kB | 228 kB Progress (4): 50 kB | 246 kB | 32 kB | 228 kB Progress (4): 50 kB | 247 kB | 32 kB | 228 kB Progress (4): 50 kB | 247 kB | 32 kB | 228 kB Progress (4): 50 kB | 248 kB | 32 kB | 228 kB Progress (4): 50 kB | 249 kB | 32 kB | 228 kB Progress (4): 50 kB | 249 kB | 32 kB | 228 kB Progress (4): 50 kB | 250 kB | 32 kB | 228 kB Progress (4): 50 kB | 250 kB | 32 kB | 228 kB Progress (4): 50 kB | 251 kB | 32 kB | 228 kB Progress (4): 50 kB | 251 kB | 32 kB | 228 kB Progress (4): 50 kB | 252 kB | 32 kB | 228 kB Progress (4): 50 kB | 252 kB | 32 kB | 228 kB Progress (4): 50 kB | 253 kB | 32 kB | 228 kB Progress (4): 50 kB | 253 kB | 32 kB | 228 kB Progress (4): 50 kB | 254 kB | 32 kB | 228 kB Progress (4): 50 kB | 255 kB | 32 kB | 228 kB Progress (4): 50 kB | 255 kB | 32 kB | 228 kB Progress (4): 50 kB | 256 kB | 32 kB | 228 kB Progress (4): 50 kB | 256 kB | 32 kB | 228 kB Progress (4): 50 kB | 257 kB | 32 kB | 228 kB Progress (4): 50 kB | 257 kB | 32 kB | 228 kB Progress (4): 50 kB | 258 kB | 32 kB | 228 kB Progress (4): 50 kB | 258 kB | 32 kB | 228 kB Progress (4): 50 kB | 259 kB | 32 kB | 228 kB Progress (4): 50 kB | 260 kB | 32 kB | 228 kB Progress (4): 50 kB | 260 kB | 32 kB | 228 kB Progress (4): 50 kB | 261 kB | 32 kB | 228 kB Progress (4): 50 kB | 261 kB | 32 kB | 228 kB Progress (4): 50 kB | 262 kB | 32 kB | 228 kB Progress (4): 50 kB | 262 kB | 32 kB | 228 kB Progress (4): 50 kB | 263 kB | 32 kB | 228 kB Progress (4): 50 kB | 263 kB | 32 kB | 228 kB Progress (4): 50 kB | 264 kB | 32 kB | 228 kB Progress (4): 50 kB | 265 kB | 32 kB | 228 kB Progress (4): 50 kB | 265 kB | 32 kB | 228 kB Progress (4): 50 kB | 266 kB | 32 kB | 228 kB Progress (4): 50 kB | 266 kB | 32 kB | 228 kB Progress (4): 50 kB | 267 kB | 32 kB | 228 kB Progress (4): 50 kB | 267 kB | 32 kB | 228 kB Progress (4): 50 kB | 268 kB | 32 kB | 228 kB Progress (4): 50 kB | 269 kB | 32 kB | 228 kB Progress (4): 50 kB | 269 kB | 32 kB | 228 kB Progress (4): 50 kB | 270 kB | 32 kB | 228 kB Progress (4): 50 kB | 270 kB | 32 kB | 228 kB Progress (4): 50 kB | 271 kB | 32 kB | 228 kB Progress (4): 50 kB | 271 kB | 32 kB | 228 kB Progress (4): 50 kB | 272 kB | 32 kB | 228 kB Progress (4): 50 kB | 272 kB | 32 kB | 228 kB Progress (4): 50 kB | 273 kB | 32 kB | 228 kB Progress (4): 50 kB | 274 kB | 32 kB | 228 kB Progress (4): 50 kB | 274 kB | 32 kB | 228 kB Progress (4): 50 kB | 275 kB | 32 kB | 228 kB Progress (4): 50 kB | 275 kB | 32 kB | 228 kB Progress (4): 50 kB | 276 kB | 32 kB | 228 kB Progress (4): 50 kB | 276 kB | 32 kB | 228 kB Progress (4): 50 kB | 277 kB | 32 kB | 228 kB Progress (4): 50 kB | 277 kB | 32 kB | 228 kB Progress (4): 50 kB | 278 kB | 32 kB | 228 kB Progress (4): 50 kB | 278 kB | 32 kB | 228 kB Progress (4): 50 kB | 279 kB | 32 kB | 228 kB Progress (4): 50 kB | 279 kB | 32 kB | 228 kB Progress (4): 50 kB | 280 kB | 32 kB | 228 kB Progress (4): 50 kB | 280 kB | 32 kB | 228 kB Progress (4): 50 kB | 281 kB | 32 kB | 228 kB Progress (4): 50 kB | 281 kB | 32 kB | 228 kB Progress (4): 50 kB | 282 kB | 32 kB | 228 kB Progress (4): 50 kB | 282 kB | 32 kB | 228 kB Progress (4): 50 kB | 283 kB | 32 kB | 228 kB Progress (4): 50 kB | 283 kB | 32 kB | 228 kB Progress (4): 50 kB | 284 kB | 32 kB | 228 kB Progress (4): 50 kB | 284 kB | 32 kB | 228 kB Progress (4): 50 kB | 285 kB | 32 kB | 228 kB Progress (4): 50 kB | 285 kB | 32 kB | 228 kB Progress (4): 50 kB | 286 kB | 32 kB | 228 kB Progress (4): 50 kB | 286 kB | 32 kB | 228 kB Progress (4): 50 kB | 287 kB | 32 kB | 228 kB Progress (4): 50 kB | 287 kB | 32 kB | 228 kB Progress (4): 50 kB | 288 kB | 32 kB | 228 kB Progress (4): 50 kB | 288 kB | 32 kB | 228 kB Progress (4): 50 kB | 289 kB | 32 kB | 228 kB Progress (4): 50 kB | 290 kB | 32 kB | 228 kB Progress (4): 50 kB | 290 kB | 32 kB | 228 kB Progress (4): 50 kB | 290 kB | 32 kB | 228 kB Progress (4): 50 kB | 291 kB | 32 kB | 228 kB Progress (4): 50 kB | 291 kB | 32 kB | 228 kB Progress (4): 50 kB | 292 kB | 32 kB | 228 kB Progress (4): 50 kB | 292 kB | 32 kB | 228 kB Progress (4): 50 kB | 293 kB | 32 kB | 228 kB Progress (4): 50 kB | 294 kB | 32 kB | 228 kB Progress (4): 50 kB | 294 kB | 32 kB | 228 kB Progress (4): 50 kB | 295 kB | 32 kB | 228 kB Progress (4): 50 kB | 295 kB | 32 kB | 228 kB Progress (4): 50 kB | 296 kB | 32 kB | 228 kB Progress (4): 50 kB | 296 kB | 32 kB | 228 kB Progress (4): 50 kB | 297 kB | 32 kB | 228 kB Progress (4): 50 kB | 297 kB | 32 kB | 228 kB Progress (4): 50 kB | 298 kB | 32 kB | 228 kB Progress (4): 50 kB | 298 kB | 32 kB | 228 kB Progress (4): 50 kB | 299 kB | 32 kB | 228 kB Progress (4): 50 kB | 299 kB | 32 kB | 228 kB Progress (4): 50 kB | 300 kB | 32 kB | 228 kB Progress (4): 50 kB | 300 kB | 32 kB | 228 kB Progress (4): 50 kB | 301 kB | 32 kB | 228 kB Progress (4): 50 kB | 301 kB | 32 kB | 228 kB Progress (4): 50 kB | 302 kB | 32 kB | 228 kB Progress (4): 50 kB | 302 kB | 32 kB | 228 kB Progress (4): 50 kB | 303 kB | 32 kB | 228 kB Progress (4): 50 kB | 303 kB | 32 kB | 228 kB Progress (4): 50 kB | 304 kB | 32 kB | 228 kB Progress (4): 50 kB | 304 kB | 32 kB | 228 kB Progress (4): 50 kB | 305 kB | 32 kB | 228 kB Progress (4): 50 kB | 305 kB | 32 kB | 228 kB Progress (4): 50 kB | 306 kB | 32 kB | 228 kB Progress (4): 50 kB | 306 kB | 32 kB | 228 kB Progress (4): 50 kB | 307 kB | 32 kB | 228 kB Progress (4): 50 kB | 307 kB | 32 kB | 228 kB Progress (4): 50 kB | 308 kB | 32 kB | 228 kB Progress (4): 50 kB | 309 kB | 32 kB | 228 kB Progress (4): 50 kB | 309 kB | 32 kB | 228 kB Progress (4): 50 kB | 310 kB | 32 kB | 228 kB Progress (4): 50 kB | 310 kB | 32 kB | 228 kB Progress (4): 50 kB | 311 kB | 32 kB | 228 kB Progress (4): 50 kB | 311 kB | 32 kB | 228 kB Progress (4): 50 kB | 312 kB | 32 kB | 228 kB Progress (4): 50 kB | 312 kB | 32 kB | 228 kB Progress (4): 50 kB | 313 kB | 32 kB | 228 kB Progress (4): 50 kB | 313 kB | 32 kB | 228 kB Progress (4): 50 kB | 314 kB | 32 kB | 228 kB Progress (4): 50 kB | 314 kB | 32 kB | 228 kB Progress (4): 50 kB | 315 kB | 32 kB | 228 kB Progress (4): 50 kB | 315 kB | 32 kB | 228 kB Progress (4): 50 kB | 316 kB | 32 kB | 228 kB Progress (4): 50 kB | 316 kB | 32 kB | 228 kB Progress (4): 50 kB | 317 kB | 32 kB | 228 kB Progress (4): 50 kB | 317 kB | 32 kB | 228 kB Progress (4): 50 kB | 318 kB | 32 kB | 228 kB Progress (4): 50 kB | 318 kB | 32 kB | 228 kB Progress (4): 50 kB | 319 kB | 32 kB | 228 kB Progress (4): 50 kB | 319 kB | 32 kB | 228 kB Progress (4): 50 kB | 320 kB | 32 kB | 228 kB Progress (4): 50 kB | 321 kB | 32 kB | 228 kB Progress (4): 50 kB | 321 kB | 32 kB | 228 kB Progress (4): 50 kB | 322 kB | 32 kB | 228 kB Progress (4): 50 kB | 322 kB | 32 kB | 228 kB Progress (4): 50 kB | 323 kB | 32 kB | 228 kB Progress (4): 50 kB | 323 kB | 32 kB | 228 kB Progress (4): 50 kB | 324 kB | 32 kB | 228 kB Progress (4): 50 kB | 324 kB | 32 kB | 228 kB Progress (4): 50 kB | 325 kB | 32 kB | 228 kB Progress (4): 50 kB | 325 kB | 32 kB | 228 kB Progress (4): 50 kB | 326 kB | 32 kB | 228 kB Progress (4): 50 kB | 326 kB | 32 kB | 228 kB Progress (4): 50 kB | 327 kB | 32 kB | 228 kB Progress (4): 50 kB | 327 kB | 32 kB | 228 kB Progress (4): 50 kB | 328 kB | 32 kB | 228 kB Progress (4): 50 kB | 328 kB | 32 kB | 228 kB Progress (4): 50 kB | 329 kB | 32 kB | 228 kB Progress (4): 50 kB | 330 kB | 32 kB | 228 kB Progress (4): 50 kB | 330 kB | 32 kB | 228 kB Progress (4): 50 kB | 331 kB | 32 kB | 228 kB Progress (4): 50 kB | 331 kB | 32 kB | 228 kB Progress (4): 50 kB | 332 kB | 32 kB | 228 kB Progress (4): 50 kB | 332 kB | 32 kB | 228 kB Progress (4): 50 kB | 333 kB | 32 kB | 228 kB Progress (4): 50 kB | 333 kB | 32 kB | 228 kB Progress (4): 50 kB | 334 kB | 32 kB | 228 kB Progress (4): 50 kB | 334 kB | 32 kB | 228 kB Progress (4): 50 kB | 335 kB | 32 kB | 228 kB Progress (4): 50 kB | 335 kB | 32 kB | 228 kB Progress (4): 50 kB | 336 kB | 32 kB | 228 kB Progress (4): 50 kB | 336 kB | 32 kB | 228 kB Progress (4): 50 kB | 337 kB | 32 kB | 228 kB Progress (4): 50 kB | 337 kB | 32 kB | 228 kB Progress (4): 50 kB | 338 kB | 32 kB | 228 kB Progress (4): 50 kB | 338 kB | 32 kB | 228 kB Progress (4): 50 kB | 339 kB | 32 kB | 228 kB Progress (4): 50 kB | 339 kB | 32 kB | 228 kB Progress (4): 50 kB | 340 kB | 32 kB | 228 kB Progress (4): 50 kB | 340 kB | 32 kB | 228 kB Progress (4): 50 kB | 341 kB | 32 kB | 228 kB Progress (4): 50 kB | 341 kB | 32 kB | 228 kB Progress (4): 50 kB | 342 kB | 32 kB | 228 kB Progress (4): 50 kB | 343 kB | 32 kB | 228 kB Progress (4): 50 kB | 343 kB | 32 kB | 228 kB Progress (4): 50 kB | 344 kB | 32 kB | 228 kB Progress (4): 50 kB | 344 kB | 32 kB | 228 kB Progress (4): 50 kB | 345 kB | 32 kB | 228 kB Progress (4): 50 kB | 345 kB | 32 kB | 228 kB Progress (4): 50 kB | 346 kB | 32 kB | 228 kB Progress (4): 50 kB | 346 kB | 32 kB | 228 kB Progress (4): 50 kB | 347 kB | 32 kB | 228 kB Progress (4): 50 kB | 347 kB | 32 kB | 228 kB Progress (4): 50 kB | 348 kB | 32 kB | 228 kB Progress (4): 50 kB | 349 kB | 32 kB | 228 kB Progress (4): 50 kB | 349 kB | 32 kB | 228 kB Progress (4): 50 kB | 349 kB | 32 kB | 228 kB Progress (4): 50 kB | 350 kB | 32 kB | 228 kB Progress (4): 50 kB | 350 kB | 32 kB | 228 kB Progress (4): 50 kB | 351 kB | 32 kB | 228 kB Progress (4): 50 kB | 352 kB | 32 kB | 228 kB Progress (4): 50 kB | 352 kB | 32 kB | 228 kB Progress (4): 50 kB | 353 kB | 32 kB | 228 kB Progress (4): 50 kB | 353 kB | 32 kB | 228 kB Progress (4): 50 kB | 354 kB | 32 kB | 228 kB Progress (4): 50 kB | 354 kB | 32 kB | 228 kB Progress (4): 50 kB | 355 kB | 32 kB | 228 kB Progress (4): 50 kB | 355 kB | 32 kB | 228 kB Progress (4): 50 kB | 356 kB | 32 kB | 228 kB Progress (4): 50 kB | 356 kB | 32 kB | 228 kB Progress (4): 50 kB | 357 kB | 32 kB | 228 kB Progress (4): 50 kB | 357 kB | 32 kB | 228 kB Progress (4): 50 kB | 358 kB | 32 kB | 228 kB Progress (4): 50 kB | 358 kB | 32 kB | 228 kB Progress (4): 50 kB | 359 kB | 32 kB | 228 kB Progress (4): 50 kB | 359 kB | 32 kB | 228 kB Progress (4): 50 kB | 360 kB | 32 kB | 228 kB Progress (4): 50 kB | 360 kB | 32 kB | 228 kB Progress (4): 50 kB | 361 kB | 32 kB | 228 kB Progress (4): 50 kB | 361 kB | 32 kB | 228 kB Progress (4): 50 kB | 362 kB | 32 kB | 228 kB Progress (4): 50 kB | 362 kB | 32 kB | 228 kB Progress (4): 50 kB | 363 kB | 32 kB | 228 kB Progress (4): 50 kB | 364 kB | 32 kB | 228 kB Progress (4): 50 kB | 364 kB | 32 kB | 228 kB Progress (4): 50 kB | 365 kB | 32 kB | 228 kB Progress (4): 50 kB | 365 kB | 32 kB | 228 kB Progress (4): 50 kB | 365 kB | 32 kB | 228 kB Progress (4): 50 kB | 366 kB | 32 kB | 228 kB Progress (4): 50 kB | 367 kB | 32 kB | 228 kB Progress (4): 50 kB | 367 kB | 32 kB | 228 kB Progress (4): 50 kB | 368 kB | 32 kB | 228 kB Progress (4): 50 kB | 368 kB | 32 kB | 228 kB Progress (4): 50 kB | 369 kB | 32 kB | 228 kB Progress (4): 50 kB | 369 kB | 32 kB | 228 kB Progress (4): 50 kB | 370 kB | 32 kB | 228 kB Progress (4): 50 kB | 370 kB | 32 kB | 228 kB Progress (4): 50 kB | 371 kB | 32 kB | 228 kB Progress (4): 50 kB | 371 kB | 32 kB | 228 kB Progress (4): 50 kB | 372 kB | 32 kB | 228 kB Progress (4): 50 kB | 372 kB | 32 kB | 228 kB Progress (4): 50 kB | 373 kB | 32 kB | 228 kB Progress (4): 50 kB | 373 kB | 32 kB | 228 kB Progress (4): 50 kB | 374 kB | 32 kB | 228 kB Progress (4): 50 kB | 374 kB | 32 kB | 228 kB Progress (4): 50 kB | 375 kB | 32 kB | 228 kB Progress (4): 50 kB | 375 kB | 32 kB | 228 kB Progress (4): 50 kB | 376 kB | 32 kB | 228 kB Progress (4): 50 kB | 376 kB | 32 kB | 228 kB Progress (4): 50 kB | 377 kB | 32 kB | 228 kB Progress (4): 50 kB | 377 kB | 32 kB | 228 kB Progress (4): 50 kB | 378 kB | 32 kB | 228 kB Progress (4): 50 kB | 378 kB | 32 kB | 228 kB Progress (4): 50 kB | 379 kB | 32 kB | 228 kB Progress (4): 50 kB | 380 kB | 32 kB | 228 kB Progress (4): 50 kB | 380 kB | 32 kB | 228 kB Progress (4): 50 kB | 381 kB | 32 kB | 228 kB Progress (4): 50 kB | 381 kB | 32 kB | 228 kB Progress (4): 50 kB | 382 kB | 32 kB | 228 kB Progress (4): 50 kB | 382 kB | 32 kB | 228 kB Progress (4): 50 kB | 383 kB | 32 kB | 228 kB Progress (4): 50 kB | 383 kB | 32 kB | 228 kB Progress (4): 50 kB | 384 kB | 32 kB | 228 kB Progress (4): 50 kB | 384 kB | 32 kB | 228 kB Progress (4): 50 kB | 385 kB | 32 kB | 228 kB Progress (4): 50 kB | 385 kB | 32 kB | 228 kB Progress (4): 50 kB | 386 kB | 32 kB | 228 kB Progress (4): 50 kB | 386 kB | 32 kB | 228 kB Progress (4): 50 kB | 387 kB | 32 kB | 228 kB Progress (4): 50 kB | 387 kB | 32 kB | 228 kB Progress (4): 50 kB | 388 kB | 32 kB | 228 kB Progress (4): 50 kB | 388 kB | 32 kB | 228 kB Progress (4): 50 kB | 389 kB | 32 kB | 228 kB Progress (4): 50 kB | 390 kB | 32 kB | 228 kB Progress (4): 50 kB | 390 kB | 32 kB | 228 kB Progress (4): 50 kB | 391 kB | 32 kB | 228 kB Progress (4): 50 kB | 391 kB | 32 kB | 228 kB Progress (4): 50 kB | 392 kB | 32 kB | 228 kB Progress (4): 50 kB | 392 kB | 32 kB | 228 kB Progress (4): 50 kB | 393 kB | 32 kB | 228 kB Progress (4): 50 kB | 393 kB | 32 kB | 228 kB Progress (4): 50 kB | 394 kB | 32 kB | 228 kB Progress (4): 50 kB | 394 kB | 32 kB | 228 kB Progress (4): 50 kB | 395 kB | 32 kB | 228 kB Progress (4): 50 kB | 395 kB | 32 kB | 228 kB Progress (4): 50 kB | 396 kB | 32 kB | 228 kB Progress (4): 50 kB | 396 kB | 32 kB | 228 kB Progress (4): 50 kB | 397 kB | 32 kB | 228 kB Progress (4): 50 kB | 397 kB | 32 kB | 228 kB Progress (4): 50 kB | 398 kB | 32 kB | 228 kB Progress (4): 50 kB | 398 kB | 32 kB | 228 kB Progress (4): 50 kB | 399 kB | 32 kB | 228 kB Progress (4): 50 kB | 399 kB | 32 kB | 228 kB Progress (4): 50 kB | 400 kB | 32 kB | 228 kB Progress (4): 50 kB | 400 kB | 32 kB | 228 kB Progress (4): 50 kB | 401 kB | 32 kB | 228 kB Progress (4): 50 kB | 401 kB | 32 kB | 228 kB Progress (4): 50 kB | 402 kB | 32 kB | 228 kB Progress (4): 50 kB | 402 kB | 32 kB | 228 kB Progress (4): 50 kB | 403 kB | 32 kB | 228 kB Progress (4): 50 kB | 403 kB | 32 kB | 228 kB Progress (4): 50 kB | 404 kB | 32 kB | 228 kB Progress (4): 50 kB | 404 kB | 32 kB | 228 kB Progress (4): 50 kB | 405 kB | 32 kB | 228 kB Progress (4): 50 kB | 406 kB | 32 kB | 228 kB Progress (4): 50 kB | 406 kB | 32 kB | 228 kB Progress (4): 50 kB | 407 kB | 32 kB | 228 kB Progress (4): 50 kB | 407 kB | 32 kB | 228 kB Progress (4): 50 kB | 408 kB | 32 kB | 228 kB Progress (4): 50 kB | 408 kB | 32 kB | 228 kB Progress (4): 50 kB | 409 kB | 32 kB | 228 kB Progress (4): 50 kB | 409 kB | 32 kB | 228 kB Progress (4): 50 kB | 410 kB | 32 kB | 228 kB Progress (4): 50 kB | 410 kB | 32 kB | 228 kB Progress (4): 50 kB | 411 kB | 32 kB | 228 kB Progress (4): 50 kB | 412 kB | 32 kB | 228 kB Progress (4): 50 kB | 412 kB | 32 kB | 228 kB Progress (4): 50 kB | 413 kB | 32 kB | 228 kB Progress (4): 50 kB | 413 kB | 32 kB | 228 kB Progress (4): 50 kB | 414 kB | 32 kB | 228 kB Progress (4): 50 kB | 414 kB | 32 kB | 228 kB Progress (4): 50 kB | 415 kB | 32 kB | 228 kB Progress (4): 50 kB | 415 kB | 32 kB | 228 kB Progress (4): 50 kB | 416 kB | 32 kB | 228 kB Progress (4): 50 kB | 416 kB | 32 kB | 228 kB Progress (4): 50 kB | 417 kB | 32 kB | 228 kB Progress (4): 50 kB | 417 kB | 32 kB | 228 kB Progress (4): 50 kB | 418 kB | 32 kB | 228 kB Progress (4): 50 kB | 418 kB | 32 kB | 228 kB Progress (4): 50 kB | 419 kB | 32 kB | 228 kB Progress (4): 50 kB | 419 kB | 32 kB | 228 kB Progress (4): 50 kB | 420 kB | 32 kB | 228 kB Progress (4): 50 kB | 420 kB | 32 kB | 228 kB Progress (4): 50 kB | 421 kB | 32 kB | 228 kB Progress (4): 50 kB | 421 kB | 32 kB | 228 kB Progress (4): 50 kB | 422 kB | 32 kB | 228 kB Progress (4): 50 kB | 422 kB | 32 kB | 228 kB Progress (4): 50 kB | 423 kB | 32 kB | 228 kB Progress (4): 50 kB | 423 kB | 32 kB | 228 kB Progress (4): 50 kB | 424 kB | 32 kB | 228 kB Progress (4): 50 kB | 424 kB | 32 kB | 228 kB Progress (4): 50 kB | 425 kB | 32 kB | 228 kB Progress (4): 50 kB | 425 kB | 32 kB | 228 kB Progress (4): 50 kB | 426 kB | 32 kB | 228 kB Progress (4): 50 kB | 426 kB | 32 kB | 228 kB Progress (4): 50 kB | 427 kB | 32 kB | 228 kB Progress (4): 50 kB | 427 kB | 32 kB | 228 kB Progress (4): 50 kB | 428 kB | 32 kB | 228 kB Progress (4): 50 kB | 428 kB | 32 kB | 228 kB Progress (4): 50 kB | 429 kB | 32 kB | 228 kB Progress (4): 50 kB | 429 kB | 32 kB | 228 kB Progress (4): 50 kB | 430 kB | 32 kB | 228 kB Progress (4): 50 kB | 430 kB | 32 kB | 228 kB Progress (4): 50 kB | 431 kB | 32 kB | 228 kB Progress (4): 50 kB | 431 kB | 32 kB | 228 kB Progress (4): 50 kB | 432 kB | 32 kB | 228 kB Progress (4): 50 kB | 432 kB | 32 kB | 228 kB Progress (4): 50 kB | 433 kB | 32 kB | 228 kB Progress (4): 50 kB | 433 kB | 32 kB | 228 kB Progress (4): 50 kB | 434 kB | 32 kB | 228 kB Progress (4): 50 kB | 434 kB | 32 kB | 228 kB Progress (4): 50 kB | 435 kB | 32 kB | 228 kB Progress (4): 50 kB | 435 kB | 32 kB | 228 kB Progress (4): 50 kB | 436 kB | 32 kB | 228 kB Progress (4): 50 kB | 436 kB | 32 kB | 228 kB Progress (4): 50 kB | 437 kB | 32 kB | 228 kB Progress (4): 50 kB | 438 kB | 32 kB | 228 kB Progress (4): 50 kB | 438 kB | 32 kB | 228 kB Progress (4): 50 kB | 439 kB | 32 kB | 228 kB Progress (4): 50 kB | 439 kB | 32 kB | 228 kB Progress (4): 50 kB | 440 kB | 32 kB | 228 kB Progress (4): 50 kB | 440 kB | 32 kB | 228 kB Progress (4): 50 kB | 441 kB | 32 kB | 228 kB Progress (4): 50 kB | 441 kB | 32 kB | 228 kB Progress (4): 50 kB | 442 kB | 32 kB | 228 kB Progress (4): 50 kB | 443 kB | 32 kB | 228 kB Progress (4): 50 kB | 443 kB | 32 kB | 228 kB Progress (4): 50 kB | 444 kB | 32 kB | 228 kB Progress (4): 50 kB | 445 kB | 32 kB | 228 kB Progress (4): 50 kB | 445 kB | 32 kB | 228 kB Progress (4): 50 kB | 446 kB | 32 kB | 228 kB Progress (4): 50 kB | 446 kB | 32 kB | 228 kB Progress (4): 50 kB | 447 kB | 32 kB | 228 kB Progress (4): 50 kB | 447 kB | 32 kB | 228 kB Progress (4): 50 kB | 448 kB | 32 kB | 228 kB Progress (4): 50 kB | 448 kB | 32 kB | 228 kB Progress (4): 50 kB | 449 kB | 32 kB | 228 kB Progress (4): 50 kB | 449 kB | 32 kB | 228 kB Progress (4): 50 kB | 450 kB | 32 kB | 228 kB Progress (4): 50 kB | 450 kB | 32 kB | 228 kB Progress (4): 50 kB | 451 kB | 32 kB | 228 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip (50 kB at 124 kB/s) Progress (3): 451 kB | 32 kB | 228 kB Downloading: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-jasper/8.5.23/tomcat-embed-jasper-8.5.23.jar Progress (3): 452 kB | 32 kB | 228 kB Progress (3): 452 kB | 32 kB | 228 kB Progress (3): 453 kB | 32 kB | 228 kB Progress (3): 453 kB | 32 kB | 228 kB Progress (3): 454 kB | 32 kB | 228 kB Progress (3): 454 kB | 32 kB | 228 kB Progress (3): 455 kB | 32 kB | 228 kB Progress (3): 455 kB | 32 kB | 228 kB Progress (3): 456 kB | 32 kB | 228 kB Progress (3): 456 kB | 32 kB | 228 kB Progress (3): 457 kB | 32 kB | 228 kB Progress (3): 457 kB | 32 kB | 228 kB Progress (3): 458 kB | 32 kB | 228 kB Progress (3): 458 kB | 32 kB | 228 kB Progress (3): 459 kB | 32 kB | 228 kB Progress (3): 459 kB | 32 kB | 228 kB Progress (3): 460 kB | 32 kB | 228 kB Progress (3): 460 kB | 32 kB | 228 kB Progress (3): 461 kB | 32 kB | 228 kB Progress (3): 462 kB | 32 kB | 228 kB Progress (3): 462 kB | 32 kB | 228 kB Progress (3): 463 kB | 32 kB | 228 kB Progress (3): 463 kB | 32 kB | 228 kB Progress (3): 464 kB | 32 kB | 228 kB Progress (3): 464 kB | 32 kB | 228 kB Progress (3): 465 kB | 32 kB | 228 kB Progress (3): 465 kB | 32 kB | 228 kB Progress (3): 466 kB | 32 kB | 228 kB Progress (3): 466 kB | 32 kB | 228 kB Progress (3): 467 kB | 32 kB | 228 kB Progress (3): 467 kB | 32 kB | 228 kB Progress (3): 468 kB | 32 kB | 228 kB Progress (3): 468 kB | 32 kB | 228 kB Progress (3): 469 kB | 32 kB | 228 kB Progress (3): 469 kB | 32 kB | 228 kB Progress (3): 470 kB | 32 kB | 228 kB Progress (3): 470 kB | 32 kB | 228 kB Progress (3): 471 kB | 32 kB | 228 kB Progress (3): 471 kB | 32 kB | 228 kB Progress (3): 472 kB | 32 kB | 228 kB Progress (3): 473 kB | 32 kB | 228 kB Progress (3): 473 kB | 32 kB | 228 kB Progress (3): 474 kB | 32 kB | 228 kB Progress (3): 474 kB | 32 kB | 228 kB Progress (3): 475 kB | 32 kB | 228 kB Progress (3): 475 kB | 32 kB | 228 kB Progress (3): 476 kB | 32 kB | 228 kB Progress (3): 476 kB | 32 kB | 228 kB Progress (3): 477 kB | 32 kB | 228 kB Progress (3): 477 kB | 32 kB | 228 kB Progress (3): 478 kB | 32 kB | 228 kB Progress (3): 478 kB | 32 kB | 228 kB Progress (3): 479 kB | 32 kB | 228 kB Progress (3): 479 kB | 32 kB | 228 kB Progress (3): 480 kB | 32 kB | 228 kB Progress (3): 480 kB | 32 kB | 228 kB Progress (3): 481 kB | 32 kB | 228 kB Progress (3): 481 kB | 32 kB | 228 kB Progress (3): 482 kB | 32 kB | 228 kB Progress (3): 482 kB | 32 kB | 228 kB Progress (3): 483 kB | 32 kB | 228 kB Progress (3): 483 kB | 32 kB | 228 kB Progress (3): 484 kB | 32 kB | 228 kB Progress (3): 484 kB | 32 kB | 228 kB Progress (3): 485 kB | 32 kB | 228 kB Progress (3): 485 kB | 32 kB | 228 kB Progress (3): 486 kB | 32 kB | 228 kB Progress (3): 486 kB | 32 kB | 228 kB Progress (3): 487 kB | 32 kB | 228 kB Progress (3): 487 kB | 32 kB | 228 kB Progress (3): 488 kB | 32 kB | 228 kB Progress (3): 488 kB | 32 kB | 228 kB Progress (3): 489 kB | 32 kB | 228 kB Progress (3): 489 kB | 32 kB | 228 kB Progress (3): 490 kB | 32 kB | 228 kB Progress (3): 490 kB | 32 kB | 228 kB Progress (3): 491 kB | 32 kB | 228 kB Progress (3): 491 kB | 32 kB | 228 kB Progress (3): 492 kB | 32 kB | 228 kB Progress (3): 492 kB | 32 kB | 228 kB Progress (3): 493 kB | 32 kB | 228 kB Progress (3): 493 kB | 32 kB | 228 kB Progress (3): 494 kB | 32 kB | 228 kB Progress (3): 494 kB | 32 kB | 228 kB Progress (3): 495 kB | 32 kB | 228 kB Progress (3): 496 kB | 32 kB | 228 kB Progress (3): 496 kB | 32 kB | 228 kB Progress (3): 497 kB | 32 kB | 228 kB Progress (3): 497 kB | 32 kB | 228 kB Progress (3): 498 kB | 32 kB | 228 kB Progress (3): 498 kB | 32 kB | 228 kB Progress (3): 499 kB | 32 kB | 228 kB Progress (3): 499 kB | 32 kB | 228 kB Progress (3): 500 kB | 32 kB | 228 kB Progress (3): 500 kB | 32 kB | 228 kB Progress (3): 501 kB | 32 kB | 228 kB Progress (3): 501 kB | 32 kB | 228 kB Progress (3): 502 kB | 32 kB | 228 kB Progress (3): 502 kB | 32 kB | 228 kB Progress (3): 503 kB | 32 kB | 228 kB Progress (3): 503 kB | 32 kB | 228 kB Progress (3): 504 kB | 32 kB | 228 kB Progress (3): 504 kB | 32 kB | 228 kB Progress (3): 505 kB | 32 kB | 228 kB Progress (3): 505 kB | 32 kB | 228 kB Progress (3): 506 kB | 32 kB | 228 kB Progress (3): 507 kB | 32 kB | 228 kB Progress (3): 507 kB | 32 kB | 228 kB Progress (3): 508 kB | 32 kB | 228 kB Progress (3): 508 kB | 32 kB | 228 kB Progress (3): 509 kB | 32 kB | 228 kB Progress (3): 509 kB | 32 kB | 228 kB Progress (3): 510 kB | 32 kB | 228 kB Progress (3): 510 kB | 32 kB | 228 kB Progress (3): 511 kB | 32 kB | 228 kB Progress (3): 511 kB | 32 kB | 228 kB Progress (3): 512 kB | 32 kB | 228 kB Progress (3): 512 kB | 32 kB | 228 kB Progress (3): 513 kB | 32 kB | 228 kB Progress (3): 513 kB | 32 kB | 228 kB Progress (3): 514 kB | 32 kB | 228 kB Progress (3): 514 kB | 32 kB | 228 kB Progress (3): 515 kB | 32 kB | 228 kB Progress (3): 515 kB | 32 kB | 228 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip (32 kB at 74 kB/s) Downloading: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.jar Progress (2): 516 kB | 228 kB Progress (2): 516 kB | 228 kB Progress (2): 517 kB | 228 kB Progress (2): 517 kB | 228 kB Progress (2): 518 kB | 228 kB Progress (2): 518 kB | 228 kB Progress (2): 519 kB | 228 kB Progress (2): 519 kB | 228 kB Progress (2): 520 kB | 228 kB Progress (2): 520 kB | 228 kB Progress (2): 521 kB | 228 kB Progress (2): 521 kB | 228 kB Progress (2): 522 kB | 228 kB Progress (2): 523 kB | 228 kB Progress (2): 523 kB | 228 kB Progress (2): 523 kB | 228 kB Progress (2): 524 kB | 228 kB Progress (2): 525 kB | 228 kB Progress (2): 525 kB | 228 kB Progress (2): 526 kB | 228 kB Progress (2): 526 kB | 228 kB Progress (2): 527 kB | 228 kB Progress (2): 527 kB | 228 kB Progress (2): 528 kB | 228 kB Progress (2): 528 kB | 228 kB Progress (2): 529 kB | 228 kB Progress (2): 529 kB | 228 kB Progress (2): 530 kB | 228 kB Progress (2): 530 kB | 228 kB Progress (2): 531 kB | 228 kB Progress (2): 531 kB | 228 kB Progress (2): 532 kB | 228 kB Progress (2): 532 kB | 228 kB Progress (2): 533 kB | 228 kB Progress (2): 533 kB | 228 kB Progress (2): 534 kB | 228 kB Progress (2): 534 kB | 228 kB Progress (2): 535 kB | 228 kB Progress (2): 535 kB | 228 kB Progress (2): 536 kB | 228 kB Progress (2): 537 kB | 228 kB Progress (2): 537 kB | 228 kB Progress (2): 538 kB | 228 kB Progress (2): 538 kB | 228 kB Progress (2): 539 kB | 228 kB Progress (2): 539 kB | 228 kB Progress (2): 540 kB | 228 kB Progress (2): 540 kB | 228 kB Progress (2): 541 kB | 228 kB Progress (2): 541 kB | 228 kB Progress (2): 542 kB | 228 kB Progress (2): 542 kB | 228 kB Progress (2): 543 kB | 228 kB Progress (2): 543 kB | 228 kB Progress (2): 544 kB | 228 kB Progress (2): 544 kB | 228 kB Progress (2): 545 kB | 228 kB Progress (2): 545 kB | 228 kB Progress (2): 546 kB | 228 kB Progress (2): 546 kB | 228 kB Progress (2): 547 kB | 228 kB Progress (2): 547 kB | 228 kB Progress (2): 548 kB | 228 kB Progress (2): 548 kB | 228 kB Progress (2): 549 kB | 228 kB Progress (2): 549 kB | 228 kB Progress (2): 550 kB | 228 kB Progress (2): 550 kB | 228 kB Progress (2): 551 kB | 228 kB Progress (2): 551 kB | 228 kB Progress (2): 552 kB | 228 kB Progress (2): 552 kB | 228 kB Progress (2): 553 kB | 228 kB Progress (2): 553 kB | 228 kB Progress (2): 554 kB | 228 kB Progress (2): 555 kB | 228 kB Progress (2): 555 kB | 228 kB Progress (2): 556 kB | 228 kB Progress (2): 556 kB | 228 kB Progress (2): 557 kB | 228 kB Progress (2): 557 kB | 228 kB Progress (2): 558 kB | 228 kB Progress (2): 558 kB | 228 kB Progress (2): 559 kB | 228 kB Progress (2): 559 kB | 228 kB Progress (2): 560 kB | 228 kB Progress (2): 560 kB | 228 kB Progress (2): 561 kB | 228 kB Progress (2): 561 kB | 228 kB Progress (2): 562 kB | 228 kB Progress (2): 562 kB | 228 kB Progress (2): 563 kB | 228 kB Progress (2): 563 kB | 228 kB Progress (2): 564 kB | 228 kB Progress (2): 564 kB | 228 kB Progress (2): 565 kB | 228 kB Progress (2): 565 kB | 228 kB Progress (2): 566 kB | 228 kB Progress (2): 566 kB | 228 kB Progress (2): 567 kB | 228 kB Progress (2): 568 kB | 228 kB Progress (2): 568 kB | 228 kB Progress (2): 569 kB | 228 kB Progress (2): 569 kB | 228 kB Progress (2): 570 kB | 228 kB Progress (2): 570 kB | 228 kB Progress (2): 571 kB | 228 kB Progress (2): 571 kB | 228 kB Progress (2): 572 kB | 228 kB Progress (2): 572 kB | 228 kB Progress (2): 573 kB | 228 kB Progress (2): 573 kB | 228 kB Progress (2): 574 kB | 228 kB Progress (2): 574 kB | 228 kB Progress (2): 575 kB | 228 kB Progress (2): 575 kB | 228 kB Progress (2): 576 kB | 228 kB Progress (2): 576 kB | 228 kB Progress (2): 577 kB | 228 kB Progress (2): 577 kB | 228 kB Progress (2): 578 kB | 228 kB Progress (2): 578 kB | 228 kB Progress (2): 579 kB | 228 kB Progress (2): 579 kB | 228 kB Progress (2): 580 kB | 228 kB Progress (2): 581 kB | 228 kB Progress (2): 581 kB | 228 kB Progress (2): 582 kB | 228 kB Progress (2): 582 kB | 228 kB Progress (2): 583 kB | 228 kB Progress (2): 583 kB | 228 kB Progress (2): 584 kB | 228 kB Progress (2): 584 kB | 228 kB Progress (2): 585 kB | 228 kB Progress (2): 585 kB | 228 kB Progress (2): 586 kB | 228 kB Progress (2): 586 kB | 228 kB Progress (2): 587 kB | 228 kB Progress (2): 587 kB | 228 kB Progress (2): 588 kB | 228 kB Progress (2): 588 kB | 228 kB Progress (2): 589 kB | 228 kB Progress (2): 589 kB | 228 kB Progress (2): 590 kB | 228 kB Progress (2): 590 kB | 228 kB Progress (2): 591 kB | 228 kB Progress (2): 591 kB | 228 kB Progress (2): 592 kB | 228 kB Progress (2): 592 kB | 228 kB Progress (2): 593 kB | 228 kB Progress (2): 593 kB | 228 kB Progress (2): 594 kB | 228 kB Progress (2): 594 kB | 228 kB Progress (2): 595 kB | 228 kB Progress (2): 596 kB | 228 kB Progress (2): 596 kB | 228 kB Progress (2): 597 kB | 228 kB Progress (2): 597 kB | 228 kB Progress (2): 598 kB | 228 kB Progress (2): 598 kB | 228 kB Progress (2): 599 kB | 228 kB Progress (2): 599 kB | 228 kB Progress (2): 600 kB | 228 kB Progress (2): 600 kB | 228 kB Progress (2): 601 kB | 228 kB Progress (2): 601 kB | 228 kB Progress (2): 602 kB | 228 kB Progress (2): 602 kB | 228 kB Progress (2): 603 kB | 228 kB Progress (2): 603 kB | 228 kB Progress (2): 604 kB | 228 kB Progress (2): 604 kB | 228 kB Progress (2): 605 kB | 228 kB Progress (2): 605 kB | 228 kB Progress (2): 606 kB | 228 kB Progress (2): 606 kB | 228 kB Progress (2): 607 kB | 228 kB Progress (2): 607 kB | 228 kB Progress (2): 608 kB | 228 kB Progress (2): 608 kB | 228 kB Progress (2): 609 kB | 228 kB Progress (2): 609 kB | 228 kB Progress (2): 610 kB | 228 kB Progress (2): 610 kB | 228 kB Progress (2): 611 kB | 228 kB Progress (2): 611 kB | 228 kB Progress (2): 612 kB | 228 kB Progress (2): 612 kB | 228 kB Progress (2): 613 kB | 228 kB Progress (2): 613 kB | 228 kB Progress (2): 614 kB | 228 kB Progress (2): 614 kB | 228 kB Progress (2): 615 kB | 228 kB Progress (2): 615 kB | 228 kB Progress (2): 616 kB | 228 kB Progress (2): 616 kB | 228 kB Progress (2): 617 kB | 228 kB Progress (2): 618 kB | 228 kB Progress (2): 618 kB | 228 kB Progress (2): 619 kB | 228 kB Progress (2): 619 kB | 228 kB Progress (2): 620 kB | 228 kB Progress (2): 620 kB | 228 kB Progress (2): 621 kB | 228 kB Progress (2): 621 kB | 228 kB Progress (2): 622 kB | 228 kB Progress (2): 622 kB | 228 kB Progress (2): 623 kB | 228 kB Progress (2): 623 kB | 228 kB Progress (2): 624 kB | 228 kB Progress (2): 624 kB | 228 kB Progress (2): 625 kB | 228 kB Progress (2): 625 kB | 228 kB Progress (2): 626 kB | 228 kB Progress (2): 626 kB | 228 kB Progress (2): 627 kB | 228 kB Progress (2): 627 kB | 228 kB Progress (2): 628 kB | 228 kB Progress (2): 628 kB | 228 kB Progress (2): 629 kB | 228 kB Progress (2): 629 kB | 228 kB Progress (2): 630 kB | 228 kB Progress (2): 630 kB | 228 kB Progress (2): 631 kB | 228 kB Progress (2): 631 kB | 228 kB Progress (2): 632 kB | 228 kB Progress (2): 632 kB | 228 kB Progress (2): 633 kB | 228 kB Progress (2): 633 kB | 228 kB Progress (2): 634 kB | 228 kB Progress (2): 634 kB | 228 kB Progress (2): 635 kB | 228 kB Progress (2): 635 kB | 228 kB Progress (2): 636 kB | 228 kB Progress (2): 636 kB | 228 kB Progress (2): 637 kB | 228 kB Progress (2): 638 kB | 228 kB Progress (2): 638 kB | 228 kB Progress (2): 639 kB | 228 kB Progress (2): 639 kB | 228 kB Progress (2): 639 kB | 228 kB Progress (2): 640 kB | 228 kB Progress (2): 640 kB | 228 kB Progress (2): 641 kB | 228 kB Progress (2): 642 kB | 228 kB Progress (2): 642 kB | 228 kB Progress (2): 643 kB | 228 kB Progress (2): 643 kB | 228 kB Progress (2): 644 kB | 228 kB Progress (2): 644 kB | 228 kB Progress (2): 645 kB | 228 kB Progress (2): 645 kB | 228 kB Progress (2): 646 kB | 228 kB Progress (2): 646 kB | 228 kB Progress (2): 647 kB | 228 kB Progress (2): 647 kB | 228 kB Progress (3): 647 kB | 228 kB | 786 B Progress (3): 647 kB | 228 kB | 1.3 kB Progress (3): 647 kB | 228 kB | 1.8 kB Progress (3): 647 kB | 228 kB | 2.3 kB Progress (3): 647 kB | 228 kB | 2.9 kB Progress (3): 647 kB | 228 kB | 3.4 kB Progress (3): 647 kB | 228 kB | 3.9 kB Progress (3): 647 kB | 228 kB | 4.4 kB Progress (3): 647 kB | 228 kB | 5.0 kB Progress (3): 647 kB | 228 kB | 5.5 kB Progress (3): 647 kB | 228 kB | 6.0 kB Progress (3): 647 kB | 228 kB | 6.6 kB Progress (3): 647 kB | 228 kB | 7.1 kB Progress (3): 647 kB | 228 kB | 7.6 kB Progress (3): 647 kB | 228 kB | 8.1 kB Progress (3): 647 kB | 228 kB | 8.6 kB Progress (3): 647 kB | 228 kB | 9.1 kB Progress (3): 647 kB | 228 kB | 9.6 kB Progress (3): 647 kB | 228 kB | 10 kB Progress (3): 647 kB | 228 kB | 11 kB Progress (3): 647 kB | 228 kB | 11 kB Progress (3): 647 kB | 228 kB | 12 kB Progress (3): 647 kB | 228 kB | 12 kB Progress (3): 647 kB | 228 kB | 13 kB Progress (3): 647 kB | 228 kB | 13 kB Progress (3): 647 kB | 228 kB | 14 kB Progress (3): 648 kB | 228 kB | 14 kB Progress (3): 648 kB | 228 kB | 14 kB Progress (3): 648 kB | 228 kB | 15 kB Progress (3): 648 kB | 228 kB | 15 kB Progress (3): 648 kB | 228 kB | 16 kB Progress (3): 648 kB | 228 kB | 16 kB Progress (3): 648 kB | 228 kB | 17 kB Progress (3): 648 kB | 228 kB | 17 kB Progress (3): 648 kB | 228 kB | 18 kB Progress (3): 648 kB | 228 kB | 18 kB Progress (3): 648 kB | 228 kB | 19 kB Progress (3): 648 kB | 228 kB | 19 kB Progress (3): 648 kB | 228 kB | 20 kB Progress (3): 648 kB | 228 kB | 21 kB Progress (3): 648 kB | 228 kB | 21 kB Progress (3): 648 kB | 228 kB | 22 kB Progress (3): 648 kB | 228 kB | 22 kB Progress (3): 648 kB | 228 kB | 23 kB Progress (3): 648 kB | 228 kB | 23 kB Progress (3): 648 kB | 228 kB | 24 kB Progress (3): 648 kB | 228 kB | 24 kB Progress (3): 648 kB | 228 kB | 25 kB Progress (3): 648 kB | 228 kB | 25 kB Progress (3): 648 kB | 228 kB | 26 kB Progress (3): 648 kB | 228 kB | 26 kB Progress (3): 648 kB | 228 kB | 27 kB Progress (3): 648 kB | 228 kB | 27 kB Progress (3): 648 kB | 228 kB | 28 kB Progress (3): 648 kB | 228 kB | 28 kB Progress (3): 648 kB | 228 kB | 29 kB Progress (3): 648 kB | 228 kB | 29 kB Progress (3): 648 kB | 228 kB | 30 kB Progress (3): 648 kB | 228 kB | 31 kB Progress (3): 648 kB | 228 kB | 31 kB Progress (3): 648 kB | 228 kB | 32 kB Progress (3): 648 kB | 228 kB | 32 kB Progress (3): 648 kB | 228 kB | 32 kB Progress (3): 649 kB | 228 kB | 32 kB Progress (3): 649 kB | 228 kB | 32 kB Progress (3): 650 kB | 228 kB | 32 kB Progress (3): 650 kB | 228 kB | 32 kB Progress (3): 651 kB | 228 kB | 32 kB Progress (3): 651 kB | 228 kB | 32 kB Progress (3): 652 kB | 228 kB | 32 kB Progress (3): 652 kB | 228 kB | 32 kB Progress (3): 653 kB | 228 kB | 32 kB Progress (3): 653 kB | 228 kB | 32 kB Progress (3): 654 kB | 228 kB | 32 kB Progress (3): 654 kB | 228 kB | 32 kB Progress (3): 655 kB | 228 kB | 32 kB Progress (3): 655 kB | 228 kB | 32 kB Progress (3): 656 kB | 228 kB | 32 kB Progress (3): 656 kB | 228 kB | 32 kB Progress (3): 657 kB | 228 kB | 32 kB Progress (3): 657 kB | 228 kB | 32 kB Progress (3): 658 kB | 228 kB | 32 kB Progress (3): 658 kB | 228 kB | 32 kB Progress (3): 659 kB | 228 kB | 32 kB Progress (3): 659 kB | 228 kB | 32 kB Progress (3): 660 kB | 228 kB | 32 kB Progress (3): 660 kB | 228 kB | 32 kB Progress (3): 661 kB | 228 kB | 32 kB Progress (3): 661 kB | 228 kB | 32 kB Progress (3): 662 kB | 228 kB | 32 kB Progress (3): 662 kB | 228 kB | 32 kB Progress (3): 663 kB | 228 kB | 32 kB Progress (3): 663 kB | 228 kB | 32 kB Progress (3): 664 kB | 228 kB | 32 kB Progress (3): 664 kB | 228 kB | 32 kB Progress (3): 665 kB | 228 kB | 32 kB Progress (3): 665 kB | 228 kB | 32 kB Progress (3): 666 kB | 228 kB | 32 kB Progress (3): 666 kB | 228 kB | 32 kB Progress (3): 667 kB | 228 kB | 32 kB Progress (3): 667 kB | 228 kB | 32 kB Progress (3): 668 kB | 228 kB | 32 kB Progress (3): 668 kB | 228 kB | 32 kB Progress (3): 669 kB | 228 kB | 32 kB Progress (3): 670 kB | 228 kB | 32 kB Progress (3): 670 kB | 228 kB | 32 kB Progress (3): 670 kB | 228 kB | 33 kB Progress (3): 670 kB | 228 kB | 33 kB Progress (3): 670 kB | 228 kB | 34 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-manager/1.13.1/appng-manager-1.13.1.zip (228 kB at 469 kB/s) Progress (2): 671 kB | 34 kB Progress (3): 671 kB | 34 kB | 1.0 kB Progress (3): 671 kB | 34 kB | 1.0 kB Progress (3): 671 kB | 34 kB | 1.9 kB Progress (3): 671 kB | 35 kB | 1.9 kB Progress (3): 671 kB | 35 kB | 2.5 kB Progress (3): 671 kB | 35 kB | 2.5 kB Progress (3): 671 kB | 35 kB | 2.5 kB Progress (3): 672 kB | 35 kB | 2.5 kB Progress (3): 672 kB | 35 kB | 2.5 kB Progress (3): 673 kB | 35 kB | 2.5 kB Progress (3): 673 kB | 35 kB | 2.5 kB Progress (3): 674 kB | 35 kB | 2.5 kB Progress (3): 674 kB | 35 kB | 2.5 kB Progress (3): 675 kB | 35 kB | 2.5 kB Progress (3): 675 kB | 35 kB | 2.5 kB Progress (3): 676 kB | 35 kB | 2.5 kB Progress (3): 676 kB | 35 kB | 2.5 kB Progress (3): 677 kB | 35 kB | 2.5 kB Progress (3): 677 kB | 35 kB | 2.5 kB Progress (3): 678 kB | 35 kB | 2.5 kB Progress (3): 678 kB | 35 kB | 2.5 kB Progress (3): 679 kB | 35 kB | 2.5 kB Progress (3): 679 kB | 35 kB | 2.5 kB Progress (3): 680 kB | 35 kB | 2.5 kB Progress (3): 680 kB | 35 kB | 2.5 kB Progress (3): 681 kB | 35 kB | 2.5 kB Progress (3): 681 kB | 35 kB | 2.5 kB Progress (3): 682 kB | 35 kB | 2.5 kB Progress (3): 682 kB | 35 kB | 2.5 kB Progress (3): 683 kB | 35 kB | 2.5 kB Progress (3): 683 kB | 35 kB | 2.5 kB Progress (3): 684 kB | 35 kB | 2.5 kB Progress (3): 684 kB | 35 kB | 2.5 kB Progress (3): 685 kB | 35 kB | 2.5 kB Progress (3): 686 kB | 35 kB | 2.5 kB Progress (3): 686 kB | 35 kB | 2.5 kB Progress (3): 687 kB | 35 kB | 2.5 kB Progress (3): 687 kB | 35 kB | 2.5 kB Progress (3): 688 kB | 35 kB | 2.5 kB Progress (3): 688 kB | 35 kB | 2.5 kB Progress (3): 688 kB | 35 kB | 2.5 kB Progress (3): 689 kB | 35 kB | 2.5 kB Progress (3): 690 kB | 35 kB | 2.5 kB Progress (3): 690 kB | 35 kB | 2.5 kB Progress (3): 691 kB | 35 kB | 2.5 kB Progress (3): 691 kB | 35 kB | 2.5 kB Progress (3): 692 kB | 35 kB | 2.5 kB Progress (3): 692 kB | 35 kB | 2.5 kB Progress (3): 693 kB | 35 kB | 2.5 kB Progress (3): 693 kB | 35 kB | 2.5 kB Progress (3): 694 kB | 35 kB | 2.5 kB Progress (3): 694 kB | 35 kB | 2.5 kB Progress (3): 695 kB | 35 kB | 2.5 kB Progress (3): 695 kB | 35 kB | 2.5 kB Progress (3): 696 kB | 35 kB | 2.5 kB Progress (3): 696 kB | 35 kB | 2.5 kB Progress (3): 697 kB | 35 kB | 2.5 kB Progress (3): 697 kB | 35 kB | 2.5 kB Progress (3): 698 kB | 35 kB | 2.5 kB Progress (3): 698 kB | 35 kB | 2.5 kB Progress (3): 699 kB | 35 kB | 2.5 kB Progress (3): 699 kB | 35 kB | 2.5 kB Progress (3): 700 kB | 35 kB | 2.5 kB Progress (3): 700 kB | 35 kB | 2.5 kB Progress (3): 701 kB | 35 kB | 2.5 kB Progress (3): 701 kB | 35 kB | 2.5 kB Progress (3): 702 kB | 35 kB | 2.5 kB Progress (3): 702 kB | 35 kB | 2.5 kB Progress (3): 703 kB | 35 kB | 2.5 kB Progress (3): 703 kB | 35 kB | 2.5 kB Progress (3): 704 kB | 35 kB | 2.5 kB Progress (3): 704 kB | 35 kB | 2.5 kB Progress (3): 705 kB | 35 kB | 2.5 kB Progress (3): 705 kB | 35 kB | 2.5 kB Progress (3): 706 kB | 35 kB | 2.5 kB Progress (3): 706 kB | 35 kB | 2.5 kB Progress (3): 707 kB | 35 kB | 2.5 kB Progress (3): 707 kB | 35 kB | 2.5 kB Progress (3): 708 kB | 35 kB | 2.5 kB Progress (3): 708 kB | 35 kB | 2.5 kB Progress (3): 709 kB | 35 kB | 2.5 kB Progress (3): 709 kB | 35 kB | 2.5 kB Progress (3): 709 kB | 35 kB | 3.0 kB Progress (3): 709 kB | 36 kB | 3.0 kB Progress (3): 709 kB | 36 kB | 3.6 kB Progress (3): 709 kB | 36 kB | 3.6 kB Progress (3): 709 kB | 37 kB | 3.6 kB Progress (3): 709 kB | 37 kB | 3.6 kB Progress (3): 710 kB | 37 kB | 3.6 kB Progress (3): 710 kB | 37 kB | 4.1 kB Progress (3): 710 kB | 38 kB | 4.1 kB Progress (3): 710 kB | 38 kB | 4.1 kB Progress (3): 710 kB | 38 kB | 4.7 kB Progress (3): 710 kB | 38 kB | 4.7 kB Progress (3): 711 kB | 38 kB | 4.7 kB Progress (3): 711 kB | 38 kB | 5.3 kB Progress (3): 711 kB | 39 kB | 5.3 kB Progress (3): 711 kB | 39 kB | 5.3 kB Progress (3): 711 kB | 39 kB | 5.8 kB Progress (3): 711 kB | 39 kB | 5.8 kB Progress (3): 712 kB | 39 kB | 5.8 kB Progress (3): 712 kB | 39 kB | 6.4 kB Progress (3): 712 kB | 40 kB | 6.4 kB Progress (3): 712 kB | 40 kB | 6.4 kB Progress (3): 712 kB | 40 kB | 6.9 kB Progress (3): 712 kB | 40 kB | 6.9 kB Progress (3): 712 kB | 40 kB | 7.4 kB Progress (3): 712 kB | 41 kB | 7.4 kB Progress (3): 712 kB | 41 kB | 8.0 kB Progress (3): 712 kB | 41 kB | 8.0 kB Progress (3): 712 kB | 41 kB | 8.6 kB Progress (3): 712 kB | 42 kB | 8.6 kB Progress (3): 712 kB | 42 kB | 9.1 kB Progress (3): 712 kB | 42 kB | 9.6 kB Progress (3): 712 kB | 42 kB | 9.6 kB Progress (3): 712 kB | 43 kB | 9.6 kB Progress (3): 712 kB | 43 kB | 10 kB Progress (3): 712 kB | 43 kB | 10 kB Progress (3): 712 kB | 43 kB | 11 kB Progress (3): 712 kB | 44 kB | 11 kB Progress (3): 712 kB | 44 kB | 11 kB Progress (3): 712 kB | 44 kB | 11 kB Progress (3): 712 kB | 44 kB | 12 kB Progress (3): 712 kB | 45 kB | 12 kB Progress (3): 712 kB | 45 kB | 12 kB Progress (3): 712 kB | 46 kB | 12 kB Progress (3): 712 kB | 46 kB | 13 kB Progress (3): 712 kB | 46 kB | 13 kB Progress (3): 712 kB | 46 kB | 14 kB Progress (3): 712 kB | 47 kB | 14 kB Progress (3): 712 kB | 47 kB | 14 kB Progress (3): 712 kB | 47 kB | 14 kB Progress (3): 712 kB | 47 kB | 15 kB Progress (3): 712 kB | 48 kB | 15 kB Progress (3): 712 kB | 48 kB | 15 kB Progress (3): 712 kB | 48 kB | 15 kB Progress (3): 712 kB | 48 kB | 16 kB Progress (3): 712 kB | 49 kB | 16 kB Progress (3): 712 kB | 49 kB | 16 kB Progress (3): 712 kB | 49 kB | 16 kB Progress (3): 712 kB | 50 kB | 16 kB Progress (3): 712 kB | 50 kB | 16 kB Progress (3): 713 kB | 50 kB | 16 kB Progress (3): 713 kB | 50 kB | 17 kB Progress (3): 713 kB | 50 kB | 18 kB Progress (3): 713 kB | 50 kB | 18 kB Progress (3): 713 kB | 50 kB | 19 kB Progress (3): 713 kB | 51 kB | 19 kB Progress (3): 713 kB | 51 kB | 19 kB Progress (3): 713 kB | 52 kB | 19 kB Progress (3): 713 kB | 52 kB | 19 kB Progress (3): 713 kB | 53 kB | 19 kB Progress (3): 713 kB | 53 kB | 19 kB Progress (3): 713 kB | 54 kB | 19 kB Progress (3): 713 kB | 54 kB | 19 kB Progress (3): 713 kB | 54 kB | 20 kB Progress (3): 713 kB | 54 kB | 20 kB Progress (3): 713 kB | 55 kB | 20 kB Progress (3): 713 kB | 55 kB | 20 kB Progress (3): 713 kB | 56 kB | 20 kB Progress (3): 713 kB | 56 kB | 20 kB Progress (3): 713 kB | 57 kB | 20 kB Progress (3): 713 kB | 57 kB | 20 kB Progress (3): 713 kB | 58 kB | 20 kB Progress (3): 713 kB | 58 kB | 20 kB Progress (3): 713 kB | 59 kB | 20 kB Progress (3): 713 kB | 59 kB | 20 kB Progress (3): 713 kB | 60 kB | 20 kB Progress (3): 713 kB | 60 kB | 20 kB Progress (3): 713 kB | 61 kB | 20 kB Progress (3): 713 kB | 61 kB | 20 kB Progress (3): 713 kB | 62 kB | 20 kB Progress (3): 713 kB | 63 kB | 20 kB Progress (3): 713 kB | 63 kB | 20 kB Progress (3): 713 kB | 64 kB | 20 kB Progress (3): 713 kB | 64 kB | 20 kB Progress (3): 713 kB | 65 kB | 20 kB Progress (3): 713 kB | 65 kB | 20 kB Progress (3): 713 kB | 66 kB | 20 kB Progress (3): 713 kB | 66 kB | 20 kB Progress (3): 713 kB | 67 kB | 20 kB Progress (3): 713 kB | 67 kB | 20 kB Progress (3): 713 kB | 68 kB | 20 kB Progress (3): 713 kB | 68 kB | 20 kB Progress (3): 713 kB | 69 kB | 20 kB Progress (3): 713 kB | 69 kB | 20 kB Progress (3): 713 kB | 70 kB | 20 kB Progress (3): 713 kB | 70 kB | 20 kB Progress (3): 713 kB | 71 kB | 20 kB Progress (3): 713 kB | 71 kB | 20 kB Progress (3): 713 kB | 72 kB | 20 kB Progress (3): 713 kB | 72 kB | 20 kB Progress (3): 713 kB | 73 kB | 20 kB Progress (3): 713 kB | 73 kB | 20 kB Progress (3): 713 kB | 74 kB | 20 kB Progress (3): 713 kB | 74 kB | 20 kB Progress (3): 713 kB | 75 kB | 20 kB Progress (3): 713 kB | 75 kB | 20 kB Progress (3): 713 kB | 76 kB | 20 kB Progress (3): 713 kB | 76 kB | 20 kB Progress (3): 713 kB | 77 kB | 20 kB Progress (3): 713 kB | 77 kB | 20 kB Progress (3): 713 kB | 78 kB | 20 kB Progress (3): 713 kB | 79 kB | 20 kB Progress (3): 713 kB | 79 kB | 20 kB Progress (3): 713 kB | 80 kB | 20 kB Progress (3): 713 kB | 80 kB | 20 kB Progress (3): 713 kB | 81 kB | 20 kB Progress (3): 713 kB | 81 kB | 20 kB Progress (3): 713 kB | 82 kB | 20 kB Progress (3): 713 kB | 82 kB | 20 kB Progress (3): 713 kB | 83 kB | 20 kB Progress (3): 713 kB | 83 kB | 20 kB Progress (3): 713 kB | 84 kB | 20 kB Progress (3): 713 kB | 84 kB | 20 kB Progress (3): 713 kB | 85 kB | 20 kB Progress (3): 713 kB | 85 kB | 20 kB Progress (3): 713 kB | 86 kB | 20 kB Progress (3): 713 kB | 86 kB | 20 kB Progress (3): 713 kB | 87 kB | 20 kB Progress (3): 713 kB | 87 kB | 20 kB Progress (3): 713 kB | 88 kB | 20 kB Progress (3): 713 kB | 88 kB | 20 kB Progress (3): 713 kB | 89 kB | 20 kB Progress (3): 713 kB | 90 kB | 20 kB Progress (3): 713 kB | 90 kB | 20 kB Progress (3): 713 kB | 91 kB | 20 kB Progress (3): 713 kB | 91 kB | 20 kB Progress (3): 714 kB | 91 kB | 20 kB Progress (3): 714 kB | 91 kB | 20 kB Progress (3): 714 kB | 91 kB | 20 kB Progress (3): 715 kB | 91 kB | 20 kB Progress (3): 715 kB | 91 kB | 20 kB Progress (3): 715 kB | 92 kB | 20 kB Progress (3): 716 kB | 92 kB | 20 kB Progress (3): 716 kB | 92 kB | 21 kB Progress (3): 717 kB | 92 kB | 21 kB Progress (3): 717 kB | 92 kB | 21 kB Progress (3): 717 kB | 92 kB | 21 kB Progress (3): 717 kB | 92 kB | 21 kB Progress (3): 718 kB | 92 kB | 21 kB Progress (3): 718 kB | 92 kB | 22 kB Progress (3): 718 kB | 92 kB | 22 kB Progress (3): 718 kB | 92 kB | 22 kB Progress (3): 718 kB | 93 kB | 22 kB Progress (3): 719 kB | 93 kB | 22 kB Progress (3): 719 kB | 93 kB | 22 kB Progress (3): 719 kB | 93 kB | 23 kB Progress (3): 719 kB | 94 kB | 23 kB Progress (3): 719 kB | 94 kB | 23 kB Progress (3): 719 kB | 94 kB | 23 kB Progress (3): 719 kB | 95 kB | 23 kB Progress (3): 719 kB | 95 kB | 23 kB Progress (3): 719 kB | 95 kB | 23 kB Progress (3): 720 kB | 95 kB | 23 kB Progress (3): 720 kB | 96 kB | 23 kB Progress (3): 720 kB | 96 kB | 24 kB Progress (3): 720 kB | 96 kB | 24 kB Progress (3): 720 kB | 96 kB | 24 kB Progress (3): 721 kB | 96 kB | 24 kB Progress (3): 721 kB | 97 kB | 24 kB Progress (3): 721 kB | 97 kB | 24 kB Progress (3): 721 kB | 97 kB | 24 kB Progress (3): 721 kB | 97 kB | 25 kB Progress (3): 721 kB | 98 kB | 25 kB Progress (3): 721 kB | 98 kB | 25 kB Progress (3): 721 kB | 98 kB | 25 kB Progress (3): 721 kB | 98 kB | 25 kB Progress (3): 722 kB | 98 kB | 25 kB Progress (3): 722 kB | 98 kB | 26 kB Progress (3): 722 kB | 98 kB | 26 kB Progress (3): 722 kB | 99 kB | 26 kB Progress (3): 723 kB | 99 kB | 26 kB Progress (3): 723 kB | 99 kB | 27 kB Progress (3): 723 kB | 99 kB | 27 kB Progress (3): 723 kB | 99 kB | 27 kB Progress (3): 724 kB | 99 kB | 27 kB Progress (3): 724 kB | 99 kB | 27 kB Progress (3): 724 kB | 99 kB | 27 kB Progress (3): 724 kB | 100 kB | 27 kB Progress (3): 725 kB | 100 kB | 27 kB Progress (3): 725 kB | 100 kB | 27 kB Progress (3): 725 kB | 100 kB | 27 kB Progress (3): 726 kB | 100 kB | 27 kB Progress (3): 726 kB | 100 kB | 27 kB Progress (3): 726 kB | 100 kB | 27 kB Progress (3): 726 kB | 100 kB | 28 kB Progress (3): 727 kB | 100 kB | 28 kB Progress (3): 727 kB | 100 kB | 29 kB Progress (3): 727 kB | 100 kB | 29 kB Progress (3): 727 kB | 100 kB | 29 kB Progress (3): 728 kB | 100 kB | 29 kB Progress (3): 728 kB | 101 kB | 29 kB Progress (3): 728 kB | 101 kB | 30 kB Progress (3): 728 kB | 101 kB | 30 kB Progress (3): 728 kB | 101 kB | 30 kB Progress (3): 728 kB | 102 kB | 30 kB Progress (3): 728 kB | 102 kB | 30 kB Progress (3): 728 kB | 102 kB | 30 kB Progress (3): 729 kB | 102 kB | 30 kB Progress (3): 729 kB | 103 kB | 30 kB Progress (3): 729 kB | 103 kB | 31 kB Progress (3): 729 kB | 103 kB | 31 kB Progress (3): 729 kB | 103 kB | 31 kB Progress (3): 729 kB | 104 kB | 31 kB Progress (3): 729 kB | 104 kB | 32 kB Progress (3): 729 kB | 104 kB | 32 kB Progress (3): 729 kB | 104 kB | 32 kB Progress (3): 729 kB | 104 kB | 32 kB Progress (3): 729 kB | 104 kB | 33 kB Progress (3): 729 kB | 104 kB | 33 kB Progress (3): 729 kB | 104 kB | 34 kB Progress (3): 729 kB | 104 kB | 34 kB Progress (3): 729 kB | 104 kB | 35 kB Progress (3): 729 kB | 104 kB | 35 kB Progress (3): 729 kB | 104 kB | 36 kB Progress (3): 729 kB | 104 kB | 36 kB Progress (3): 729 kB | 104 kB | 37 kB Progress (3): 729 kB | 104 kB | 37 kB Progress (3): 729 kB | 104 kB | 38 kB Progress (3): 729 kB | 104 kB | 39 kB Progress (3): 729 kB | 104 kB | 39 kB Progress (3): 729 kB | 104 kB | 40 kB Progress (3): 729 kB | 104 kB | 40 kB Progress (3): 729 kB | 104 kB | 41 kB Progress (3): 729 kB | 104 kB | 41 kB Progress (3): 729 kB | 104 kB | 42 kB Progress (3): 729 kB | 104 kB | 43 kB Progress (3): 729 kB | 104 kB | 43 kB Progress (3): 729 kB | 104 kB | 44 kB Progress (3): 729 kB | 104 kB | 44 kB Progress (3): 729 kB | 104 kB | 45 kB Progress (3): 729 kB | 104 kB | 45 kB Progress (3): 729 kB | 104 kB | 46 kB Progress (3): 729 kB | 104 kB | 46 kB Progress (3): 729 kB | 104 kB | 47 kB Progress (3): 729 kB | 104 kB | 47 kB Progress (3): 729 kB | 104 kB | 48 kB Progress (3): 729 kB | 104 kB | 48 kB Progress (3): 729 kB | 104 kB | 49 kB Progress (3): 729 kB | 104 kB | 49 kB Progress (3): 729 kB | 104 kB | 50 kB Progress (3): 729 kB | 104 kB | 50 kB Progress (3): 729 kB | 104 kB | 51 kB Progress (3): 729 kB | 104 kB | 52 kB Progress (3): 729 kB | 104 kB | 52 kB Progress (3): 729 kB | 104 kB | 53 kB Progress (3): 729 kB | 104 kB | 53 kB Progress (3): 729 kB | 104 kB | 54 kB Progress (3): 729 kB | 104 kB | 54 kB Progress (3): 729 kB | 104 kB | 55 kB Progress (3): 729 kB | 104 kB | 55 kB Progress (3): 729 kB | 104 kB | 56 kB Progress (3): 729 kB | 104 kB | 56 kB Progress (3): 729 kB | 104 kB | 57 kB Progress (3): 729 kB | 104 kB | 57 kB Progress (3): 729 kB | 104 kB | 58 kB Progress (3): 729 kB | 104 kB | 58 kB Progress (3): 729 kB | 104 kB | 59 kB Progress (3): 729 kB | 104 kB | 59 kB Progress (3): 729 kB | 104 kB | 60 kB Progress (3): 729 kB | 104 kB | 60 kB Progress (3): 729 kB | 104 kB | 61 kB Progress (3): 729 kB | 104 kB | 61 kB Progress (3): 729 kB | 104 kB | 62 kB Progress (3): 729 kB | 104 kB | 62 kB Progress (3): 729 kB | 104 kB | 63 kB Progress (3): 729 kB | 104 kB | 63 kB Progress (3): 729 kB | 104 kB | 64 kB Progress (3): 729 kB | 104 kB | 64 kB Progress (3): 729 kB | 104 kB | 65 kB Progress (3): 729 kB | 104 kB | 65 kB Progress (3): 729 kB | 104 kB | 66 kB Progress (3): 729 kB | 104 kB | 66 kB Progress (3): 729 kB | 104 kB | 67 kB Progress (3): 729 kB | 104 kB | 67 kB Progress (3): 729 kB | 104 kB | 68 kB Progress (3): 729 kB | 104 kB | 68 kB Progress (3): 729 kB | 104 kB | 69 kB Progress (3): 729 kB | 104 kB | 69 kB Progress (3): 729 kB | 104 kB | 70 kB Progress (3): 730 kB | 104 kB | 70 kB Progress (3): 730 kB | 104 kB | 70 kB Progress (3): 731 kB | 104 kB | 70 kB Progress (3): 731 kB | 104 kB | 70 kB Progress (3): 732 kB | 104 kB | 70 kB Progress (3): 732 kB | 104 kB | 70 kB Progress (3): 733 kB | 104 kB | 70 kB Progress (3): 733 kB | 104 kB | 70 kB Progress (3): 734 kB | 104 kB | 70 kB Progress (3): 734 kB | 104 kB | 70 kB Progress (3): 735 kB | 104 kB | 70 kB Progress (3): 735 kB | 104 kB | 70 kB Progress (3): 736 kB | 104 kB | 70 kB Progress (3): 736 kB | 104 kB | 70 kB Progress (3): 737 kB | 104 kB | 70 kB Progress (3): 737 kB | 104 kB | 70 kB Progress (3): 738 kB | 104 kB | 70 kB Progress (3): 738 kB | 104 kB | 70 kB Progress (3): 739 kB | 104 kB | 70 kB Progress (3): 739 kB | 104 kB | 70 kB Progress (3): 740 kB | 104 kB | 70 kB Progress (3): 741 kB | 104 kB | 70 kB Progress (3): 741 kB | 104 kB | 70 kB Progress (3): 742 kB | 104 kB | 70 kB Progress (3): 742 kB | 104 kB | 70 kB Progress (3): 743 kB | 104 kB | 70 kB Progress (3): 743 kB | 104 kB | 70 kB Progress (3): 744 kB | 104 kB | 70 kB Progress (3): 744 kB | 104 kB | 70 kB Progress (3): 745 kB | 104 kB | 70 kB Progress (3): 745 kB | 104 kB | 70 kB Progress (3): 746 kB | 104 kB | 70 kB Progress (3): 746 kB | 104 kB | 70 kB Progress (3): 747 kB | 104 kB | 70 kB Progress (3): 747 kB | 104 kB | 70 kB Progress (3): 748 kB | 104 kB | 70 kB Progress (3): 748 kB | 104 kB | 70 kB Progress (3): 749 kB | 104 kB | 70 kB Progress (3): 749 kB | 105 kB | 70 kB Progress (3): 749 kB | 105 kB | 70 kB Progress (3): 749 kB | 105 kB | 70 kB Progress (3): 750 kB | 105 kB | 70 kB Progress (3): 750 kB | 105 kB | 70 kB Progress (3): 751 kB | 105 kB | 70 kB Progress (3): 752 kB | 105 kB | 70 kB Progress (3): 752 kB | 105 kB | 70 kB Progress (3): 753 kB | 105 kB | 70 kB Progress (3): 753 kB | 105 kB | 70 kB Progress (3): 753 kB | 105 kB | 70 kB Progress (3): 754 kB | 105 kB | 70 kB Progress (3): 754 kB | 105 kB | 70 kB Progress (3): 755 kB | 105 kB | 70 kB Progress (3): 755 kB | 105 kB | 70 kB Progress (3): 756 kB | 105 kB | 70 kB Progress (3): 757 kB | 105 kB | 70 kB Progress (3): 757 kB | 105 kB | 70 kB Progress (3): 757 kB | 105 kB | 71 kB Progress (3): 757 kB | 106 kB | 71 kB Progress (3): 757 kB | 106 kB | 71 kB Progress (3): 757 kB | 107 kB | 71 kB Progress (3): 757 kB | 107 kB | 72 kB Progress (3): 757 kB | 107 kB | 72 kB Progress (3): 757 kB | 107 kB | 72 kB Progress (3): 757 kB | 108 kB | 72 kB Progress (3): 757 kB | 108 kB | 73 kB Progress (3): 757 kB | 108 kB | 73 kB Progress (3): 757 kB | 108 kB | 73 kB Progress (3): 757 kB | 109 kB | 73 kB Progress (3): 757 kB | 109 kB | 74 kB Progress (3): 757 kB | 109 kB | 74 kB Progress (3): 757 kB | 109 kB | 75 kB Progress (3): 757 kB | 109 kB | 76 kB Progress (3): 757 kB | 109 kB | 76 kB Progress (3): 757 kB | 109 kB | 76 kB Progress (3): 757 kB | 110 kB | 76 kB Progress (3): 757 kB | 110 kB | 77 kB Progress (3): 757 kB | 110 kB | 77 kB Progress (3): 757 kB | 110 kB | 77 kB Progress (3): 757 kB | 110 kB | 77 kB Progress (3): 757 kB | 110 kB | 78 kB Progress (3): 757 kB | 110 kB | 79 kB Progress (3): 757 kB | 110 kB | 79 kB Progress (3): 757 kB | 110 kB | 80 kB Progress (3): 757 kB | 110 kB | 80 kB Progress (3): 757 kB | 110 kB | 81 kB Progress (3): 757 kB | 110 kB | 81 kB Progress (3): 757 kB | 110 kB | 82 kB Progress (3): 757 kB | 110 kB | 82 kB Progress (3): 757 kB | 110 kB | 83 kB Progress (3): 757 kB | 110 kB | 83 kB Progress (3): 757 kB | 110 kB | 84 kB Progress (3): 757 kB | 110 kB | 84 kB Progress (3): 757 kB | 110 kB | 85 kB Progress (3): 757 kB | 110 kB | 85 kB Progress (3): 757 kB | 110 kB | 86 kB Progress (3): 757 kB | 110 kB | 86 kB Progress (3): 757 kB | 110 kB | 87 kB Progress (3): 757 kB | 110 kB | 87 kB Progress (3): 757 kB | 110 kB | 88 kB Progress (3): 757 kB | 110 kB | 88 kB Progress (3): 757 kB | 110 kB | 89 kB Progress (3): 757 kB | 110 kB | 89 kB Progress (3): 757 kB | 110 kB | 90 kB Progress (3): 757 kB | 110 kB | 90 kB Progress (3): 757 kB | 110 kB | 91 kB Progress (3): 757 kB | 110 kB | 91 kB Progress (3): 757 kB | 110 kB | 92 kB Progress (3): 757 kB | 110 kB | 92 kB Progress (3): 757 kB | 110 kB | 93 kB Progress (3): 757 kB | 110 kB | 93 kB Progress (3): 757 kB | 110 kB | 94 kB Progress (3): 757 kB | 110 kB | 95 kB Progress (3): 757 kB | 110 kB | 95 kB Progress (3): 757 kB | 110 kB | 96 kB Progress (3): 757 kB | 110 kB | 96 kB Progress (3): 757 kB | 110 kB | 97 kB Progress (3): 757 kB | 110 kB | 97 kB Progress (3): 757 kB | 110 kB | 98 kB Progress (3): 757 kB | 110 kB | 98 kB Progress (3): 757 kB | 110 kB | 99 kB Progress (3): 757 kB | 111 kB | 99 kB Progress (3): 757 kB | 111 kB | 99 kB Progress (3): 757 kB | 111 kB | 100 kB Progress (3): 757 kB | 111 kB | 100 kB Progress (3): 757 kB | 111 kB | 100 kB Progress (3): 757 kB | 111 kB | 100 kB Progress (3): 757 kB | 111 kB | 101 kB Progress (3): 758 kB | 111 kB | 101 kB Progress (3): 758 kB | 111 kB | 101 kB Progress (3): 758 kB | 112 kB | 101 kB Progress (3): 758 kB | 112 kB | 102 kB Progress (3): 758 kB | 112 kB | 102 kB Progress (3): 759 kB | 112 kB | 102 kB Progress (3): 759 kB | 112 kB | 102 kB Progress (3): 760 kB | 112 kB | 102 kB Progress (3): 760 kB | 112 kB | 102 kB Progress (3): 760 kB | 112 kB | 102 kB Progress (3): 760 kB | 112 kB | 103 kB Progress (3): 760 kB | 112 kB | 103 kB Progress (3): 760 kB | 112 kB | 103 kB Progress (3): 760 kB | 112 kB | 104 kB Progress (3): 760 kB | 113 kB | 104 kB Progress (3): 760 kB | 113 kB | 104 kB Progress (3): 761 kB | 113 kB | 104 kB Progress (3): 761 kB | 113 kB | 105 kB Progress (3): 761 kB | 114 kB | 105 kB Progress (3): 761 kB | 114 kB | 105 kB Progress (3): 761 kB | 114 kB | 105 kB Progress (3): 761 kB | 114 kB | 106 kB Progress (3): 761 kB | 114 kB | 106 kB Progress (3): 761 kB | 114 kB | 106 kB Progress (3): 762 kB | 114 kB | 106 kB Progress (3): 762 kB | 114 kB | 107 kB Progress (3): 762 kB | 115 kB | 107 kB Progress (3): 762 kB | 115 kB | 107 kB Progress (3): 762 kB | 115 kB | 107 kB Progress (3): 762 kB | 115 kB | 108 kB Progress (3): 762 kB | 116 kB | 108 kB Progress (3): 762 kB | 116 kB | 109 kB Progress (3): 762 kB | 116 kB | 109 kB Progress (3): 762 kB | 116 kB | 110 kB Progress (3): 762 kB | 116 kB | 110 kB Progress (3): 762 kB | 116 kB | 110 kB Progress (3): 763 kB | 116 kB | 110 kB Progress (3): 764 kB | 116 kB | 110 kB Progress (3): 764 kB | 116 kB | 110 kB Progress (3): 764 kB | 116 kB | 111 kB Progress (3): 764 kB | 116 kB | 111 kB Progress (3): 764 kB | 117 kB | 111 kB Progress (3): 764 kB | 117 kB | 111 kB Progress (3): 765 kB | 117 kB | 111 kB Progress (3): 765 kB | 117 kB | 111 kB Progress (3): 765 kB | 117 kB | 112 kB Progress (3): 765 kB | 117 kB | 112 kB Progress (3): 765 kB | 117 kB | 113 kB Progress (3): 765 kB | 117 kB | 113 kB Progress (3): 765 kB | 117 kB | 114 kB Progress (3): 765 kB | 117 kB | 114 kB Progress (3): 765 kB | 117 kB | 114 kB Progress (3): 766 kB | 117 kB | 114 kB Progress (3): 766 kB | 117 kB | 114 kB Progress (3): 767 kB | 117 kB | 114 kB Progress (3): 767 kB | 117 kB | 114 kB Progress (3): 768 kB | 117 kB | 114 kB Progress (3): 768 kB | 117 kB | 114 kB Progress (3): 769 kB | 117 kB | 114 kB Progress (3): 770 kB | 117 kB | 114 kB Progress (3): 770 kB | 117 kB | 114 kB Progress (3): 770 kB | 117 kB | 114 kB Progress (3): 770 kB | 118 kB | 114 kB Progress (3): 770 kB | 118 kB | 114 kB Progress (3): 770 kB | 119 kB | 114 kB Progress (3): 770 kB | 119 kB | 114 kB Progress (3): 771 kB | 119 kB | 114 kB Progress (3): 771 kB | 119 kB | 115 kB Progress (3): 772 kB | 119 kB | 115 kB Progress (3): 772 kB | 120 kB | 115 kB Progress (3): 772 kB | 120 kB | 115 kB Progress (3): 772 kB | 120 kB | 115 kB Progress (3): 773 kB | 120 kB | 115 kB Progress (3): 773 kB | 120 kB | 115 kB Progress (3): 773 kB | 120 kB | 115 kB Progress (3): 773 kB | 120 kB | 116 kB Progress (3): 774 kB | 120 kB | 116 kB Progress (3): 774 kB | 121 kB | 116 kB Progress (3): 774 kB | 121 kB | 116 kB Progress (3): 774 kB | 121 kB | 116 kB Progress (3): 775 kB | 121 kB | 116 kB Progress (3): 775 kB | 122 kB | 116 kB Progress (3): 775 kB | 122 kB | 116 kB Progress (3): 775 kB | 122 kB | 117 kB Progress (3): 776 kB | 122 kB | 117 kB Progress (3): 776 kB | 122 kB | 117 kB Progress (3): 776 kB | 122 kB | 117 kB Progress (3): 776 kB | 122 kB | 118 kB Progress (3): 777 kB | 122 kB | 118 kB Progress (3): 777 kB | 123 kB | 118 kB Progress (3): 777 kB | 123 kB | 118 kB Progress (3): 777 kB | 123 kB | 118 kB Progress (3): 778 kB | 123 kB | 118 kB Progress (3): 778 kB | 123 kB | 118 kB Progress (3): 778 kB | 123 kB | 118 kB Progress (3): 778 kB | 123 kB | 119 kB Progress (3): 779 kB | 123 kB | 119 kB Progress (3): 779 kB | 123 kB | 119 kB Progress (3): 779 kB | 123 kB | 119 kB Progress (3): 779 kB | 124 kB | 119 kB Progress (3): 780 kB | 124 kB | 119 kB Progress (3): 780 kB | 124 kB | 120 kB Progress (3): 780 kB | 124 kB | 120 kB Progress (3): 780 kB | 124 kB | 120 kB Progress (3): 781 kB | 124 kB | 120 kB Progress (3): 781 kB | 124 kB | 120 kB Progress (3): 781 kB | 124 kB | 120 kB Progress (3): 781 kB | 125 kB | 120 kB Progress (3): 782 kB | 125 kB | 120 kB Progress (3): 782 kB | 125 kB | 121 kB Progress (3): 782 kB | 125 kB | 121 kB Progress (3): 782 kB | 125 kB | 121 kB Progress (3): 783 kB | 125 kB | 121 kB Progress (3): 783 kB | 125 kB | 121 kB Progress (3): 783 kB | 125 kB | 121 kB Progress (3): 783 kB | 126 kB | 121 kB Progress (3): 784 kB | 126 kB | 121 kB Progress (3): 785 kB | 126 kB | 121 kB Progress (3): 785 kB | 126 kB | 121 kB Progress (3): 786 kB | 126 kB | 121 kB Progress (3): 786 kB | 126 kB | 121 kB Progress (3): 787 kB | 126 kB | 121 kB Progress (3): 787 kB | 126 kB | 121 kB Progress (3): 787 kB | 126 kB | 121 kB Progress (3): 787 kB | 127 kB | 121 kB Progress (3): 787 kB | 127 kB | 121 kB Progress (3): 787 kB | 128 kB | 121 kB Progress (3): 787 kB | 128 kB | 121 kB Progress (3): 788 kB | 128 kB | 121 kB Progress (3): 788 kB | 128 kB | 122 kB Progress (3): 788 kB | 128 kB | 122 kB Progress (3): 788 kB | 129 kB | 122 kB Progress (3): 789 kB | 129 kB | 122 kB Progress (3): 789 kB | 129 kB | 123 kB Progress (3): 789 kB | 129 kB | 123 kB Progress (3): 789 kB | 130 kB | 123 kB Progress (3): 790 kB | 130 kB | 123 kB Progress (3): 790 kB | 130 kB | 123 kB Progress (3): 790 kB | 130 kB | 123 kB Progress (3): 790 kB | 130 kB | 123 kB Progress (3): 791 kB | 130 kB | 123 kB Progress (3): 791 kB | 130 kB | 124 kB Progress (3): 791 kB | 130 kB | 124 kB Progress (3): 791 kB | 131 kB | 124 kB Progress (3): 792 kB | 131 kB | 124 kB Progress (3): 792 kB | 131 kB | 124 kB Progress (3): 792 kB | 131 kB | 124 kB Progress (3): 792 kB | 131 kB | 124 kB Progress (3): 793 kB | 131 kB | 124 kB Progress (3): 793 kB | 132 kB | 124 kB Progress (3): 793 kB | 132 kB | 124 kB Progress (3): 793 kB | 133 kB | 124 kB Progress (3): 793 kB | 133 kB | 124 kB Progress (3): 793 kB | 134 kB | 124 kB Progress (3): 793 kB | 134 kB | 124 kB Progress (3): 793 kB | 135 kB | 124 kB Progress (3): 793 kB | 135 kB | 124 kB Progress (3): 793 kB | 136 kB | 124 kB Progress (3): 793 kB | 137 kB | 124 kB Progress (3): 793 kB | 137 kB | 124 kB Progress (3): 793 kB | 138 kB | 124 kB Progress (3): 793 kB | 138 kB | 124 kB Progress (3): 793 kB | 139 kB | 124 kB Progress (3): 793 kB | 139 kB | 124 kB Progress (3): 793 kB | 140 kB | 124 kB Progress (3): 793 kB | 140 kB | 124 kB Progress (3): 793 kB | 141 kB | 124 kB Progress (3): 793 kB | 142 kB | 124 kB Progress (3): 793 kB | 142 kB | 124 kB Progress (3): 793 kB | 143 kB | 124 kB Progress (3): 793 kB | 143 kB | 124 kB Progress (3): 793 kB | 144 kB | 124 kB Progress (3): 793 kB | 144 kB | 124 kB Progress (3): 793 kB | 145 kB | 124 kB Progress (3): 793 kB | 145 kB | 124 kB Progress (3): 793 kB | 146 kB | 124 kB Progress (3): 793 kB | 146 kB | 124 kB Progress (3): 793 kB | 147 kB | 124 kB Progress (3): 793 kB | 147 kB | 124 kB Progress (3): 793 kB | 148 kB | 124 kB Progress (3): 793 kB | 148 kB | 124 kB Progress (3): 793 kB | 149 kB | 124 kB Progress (3): 793 kB | 150 kB | 124 kB Progress (3): 793 kB | 150 kB | 124 kB Progress (3): 793 kB | 151 kB | 124 kB Progress (3): 793 kB | 151 kB | 124 kB Progress (3): 793 kB | 152 kB | 124 kB Progress (3): 793 kB | 152 kB | 124 kB Progress (3): 793 kB | 153 kB | 124 kB Progress (3): 793 kB | 153 kB | 124 kB Progress (3): 793 kB | 154 kB | 124 kB Progress (3): 793 kB | 154 kB | 124 kB Progress (3): 793 kB | 155 kB | 124 kB Progress (3): 793 kB | 155 kB | 124 kB Progress (3): 793 kB | 156 kB | 124 kB Progress (3): 793 kB | 156 kB | 124 kB Progress (3): 793 kB | 157 kB | 124 kB Progress (3): 793 kB | 157 kB | 124 kB Progress (3): 793 kB | 158 kB | 124 kB Progress (3): 793 kB | 158 kB | 124 kB Progress (3): 793 kB | 159 kB | 124 kB Progress (3): 793 kB | 159 kB | 124 kB Progress (3): 793 kB | 160 kB | 124 kB Progress (3): 793 kB | 160 kB | 124 kB Progress (3): 793 kB | 161 kB | 124 kB Progress (3): 793 kB | 161 kB | 124 kB Progress (3): 793 kB | 162 kB | 124 kB Progress (3): 793 kB | 162 kB | 124 kB Progress (3): 793 kB | 163 kB | 124 kB Progress (3): 793 kB | 163 kB | 124 kB Progress (3): 793 kB | 164 kB | 124 kB Progress (3): 793 kB | 164 kB | 124 kB Progress (3): 793 kB | 165 kB | 124 kB Progress (3): 793 kB | 165 kB | 124 kB Progress (3): 793 kB | 165 kB | 125 kB Progress (3): 793 kB | 166 kB | 125 kB Progress (3): 793 kB | 166 kB | 125 kB Progress (3): 793 kB | 166 kB | 125 kB Progress (3): 793 kB | 166 kB | 125 kB Progress (3): 793 kB | 167 kB | 125 kB Progress (3): 794 kB | 167 kB | 125 kB Progress (3): 794 kB | 167 kB | 125 kB Progress (3): 794 kB | 167 kB | 126 kB Progress (3): 794 kB | 168 kB | 126 kB Progress (3): 794 kB | 168 kB | 126 kB Progress (3): 795 kB | 168 kB | 126 kB Progress (3): 795 kB | 168 kB | 126 kB Progress (3): 795 kB | 168 kB | 126 kB Progress (3): 796 kB | 168 kB | 126 kB Progress (3): 796 kB | 168 kB | 126 kB Progress (3): 797 kB | 168 kB | 126 kB Progress (3): 797 kB | 168 kB | 126 kB Progress (3): 798 kB | 168 kB | 126 kB Progress (3): 799 kB | 168 kB | 126 kB Progress (3): 799 kB | 168 kB | 126 kB Progress (3): 800 kB | 168 kB | 126 kB Progress (3): 800 kB | 168 kB | 126 kB Progress (3): 801 kB | 168 kB | 126 kB Progress (3): 801 kB | 168 kB | 126 kB Progress (3): 802 kB | 168 kB | 126 kB Progress (3): 802 kB | 168 kB | 126 kB Progress (3): 803 kB | 168 kB | 126 kB Progress (3): 803 kB | 168 kB | 126 kB Progress (3): 804 kB | 168 kB | 126 kB Progress (3): 804 kB | 168 kB | 126 kB Progress (3): 805 kB | 168 kB | 126 kB Progress (3): 805 kB | 168 kB | 126 kB Progress (3): 806 kB | 168 kB | 126 kB Progress (3): 806 kB | 168 kB | 126 kB Progress (3): 807 kB | 168 kB | 126 kB Progress (3): 808 kB | 168 kB | 126 kB Progress (3): 808 kB | 168 kB | 126 kB Progress (3): 809 kB | 168 kB | 126 kB Progress (3): 809 kB | 168 kB | 126 kB Progress (3): 810 kB | 168 kB | 126 kB Progress (3): 810 kB | 168 kB | 126 kB Progress (3): 811 kB | 168 kB | 126 kB Progress (3): 811 kB | 168 kB | 126 kB Progress (3): 812 kB | 168 kB | 126 kB Progress (3): 812 kB | 168 kB | 126 kB Progress (3): 812 kB | 169 kB | 126 kB Progress (3): 812 kB | 169 kB | 126 kB Progress (3): 812 kB | 169 kB | 127 kB Progress (3): 812 kB | 169 kB | 127 kB Progress (3): 812 kB | 169 kB | 127 kB Progress (3): 812 kB | 170 kB | 127 kB Progress (3): 812 kB | 170 kB | 127 kB Progress (3): 812 kB | 171 kB | 127 kB Progress (3): 812 kB | 171 kB | 127 kB Progress (3): 812 kB | 171 kB | 128 kB Progress (3): 812 kB | 172 kB | 128 kB Progress (3): 812 kB | 172 kB | 128 kB Progress (3): 812 kB | 172 kB | 128 kB Progress (3): 812 kB | 172 kB | 129 kB Progress (3): 812 kB | 173 kB | 129 kB Progress (3): 812 kB | 173 kB | 129 kB Progress (3): 812 kB | 173 kB | 129 kB Progress (3): 812 kB | 173 kB | 130 kB Progress (3): 812 kB | 174 kB | 130 kB Progress (3): 812 kB | 174 kB | 130 kB Progress (3): 812 kB | 174 kB | 130 kB Progress (3): 812 kB | 174 kB | 131 kB Progress (3): 812 kB | 175 kB | 131 kB Progress (3): 812 kB | 175 kB | 131 kB Progress (3): 812 kB | 175 kB | 131 kB Progress (3): 813 kB | 175 kB | 131 kB Progress (3): 813 kB | 175 kB | 132 kB Progress (3): 813 kB | 176 kB | 132 kB Progress (3): 813 kB | 176 kB | 132 kB Progress (3): 813 kB | 176 kB | 132 kB Progress (3): 813 kB | 176 kB | 133 kB Progress (3): 813 kB | 176 kB | 133 kB Progress (3): 813 kB | 176 kB | 134 kB Progress (3): 813 kB | 176 kB | 135 kB Progress (3): 813 kB | 176 kB | 135 kB Progress (3): 813 kB | 176 kB | 136 kB Progress (3): 813 kB | 176 kB | 136 kB Progress (3): 813 kB | 177 kB | 136 kB Progress (3): 813 kB | 177 kB | 136 kB Progress (3): 813 kB | 177 kB | 136 kB Progress (3): 813 kB | 178 kB | 136 kB Progress (3): 814 kB | 178 kB | 136 kB Progress (3): 814 kB | 178 kB | 137 kB Progress (3): 814 kB | 178 kB | 137 kB Progress (3): 814 kB | 178 kB | 137 kB Progress (3): 814 kB | 178 kB | 137 kB Progress (3): 814 kB | 179 kB | 137 kB Progress (3): 815 kB | 179 kB | 137 kB Progress (3): 815 kB | 179 kB | 138 kB Progress (3): 815 kB | 180 kB | 138 kB Progress (3): 816 kB | 180 kB | 138 kB Progress (3): 816 kB | 180 kB | 138 kB Progress (3): 816 kB | 180 kB | 138 kB Progress (3): 816 kB | 180 kB | 138 kB Progress (3): 816 kB | 180 kB | 139 kB Progress (3): 816 kB | 181 kB | 139 kB Progress (3): 817 kB | 181 kB | 139 kB Progress (3): 817 kB | 181 kB | 139 kB Progress (3): 817 kB | 181 kB | 139 kB Progress (3): 817 kB | 181 kB | 139 kB Progress (3): 817 kB | 181 kB | 140 kB Progress (3): 817 kB | 182 kB | 140 kB Progress (3): 818 kB | 182 kB | 140 kB Progress (3): 818 kB | 182 kB | 140 kB Progress (3): 818 kB | 182 kB | 140 kB Progress (3): 818 kB | 182 kB | 140 kB Progress (3): 818 kB | 182 kB | 141 kB Progress (3): 818 kB | 183 kB | 141 kB Progress (3): 819 kB | 183 kB | 141 kB Progress (3): 819 kB | 183 kB | 141 kB Progress (3): 819 kB | 183 kB | 141 kB Progress (3): 819 kB | 183 kB | 141 kB Progress (3): 819 kB | 183 kB | 142 kB Progress (3): 819 kB | 184 kB | 142 kB Progress (3): 820 kB | 184 kB | 142 kB Progress (3): 820 kB | 184 kB | 142 kB Progress (3): 820 kB | 184 kB | 142 kB Progress (3): 820 kB | 184 kB | 143 kB Progress (3): 820 kB | 184 kB | 144 kB Progress (3): 820 kB | 184 kB | 144 kB Progress (3): 820 kB | 185 kB | 144 kB Progress (3): 820 kB | 185 kB | 144 kB Progress (3): 820 kB | 186 kB | 144 kB Progress (3): 820 kB | 186 kB | 144 kB Progress (3): 821 kB | 186 kB | 144 kB Progress (3): 821 kB | 186 kB | 144 kB Progress (3): 822 kB | 186 kB | 144 kB Progress (3): 823 kB | 186 kB | 144 kB Progress (3): 823 kB | 186 kB | 144 kB Progress (3): 824 kB | 186 kB | 144 kB Progress (3): 824 kB | 186 kB | 144 kB Progress (3): 825 kB | 186 kB | 144 kB Progress (3): 825 kB | 186 kB | 144 kB Progress (3): 826 kB | 186 kB | 144 kB Progress (3): 826 kB | 186 kB | 144 kB Progress (3): 827 kB | 186 kB | 144 kB Progress (3): 827 kB | 186 kB | 144 kB Progress (3): 828 kB | 186 kB | 144 kB Progress (3): 828 kB | 186 kB | 144 kB Progress (3): 829 kB | 186 kB | 144 kB Progress (3): 829 kB | 186 kB | 144 kB Progress (3): 830 kB | 186 kB | 144 kB Progress (3): 830 kB | 186 kB | 144 kB Progress (3): 831 kB | 186 kB | 144 kB Progress (3): 831 kB | 186 kB | 144 kB Progress (3): 832 kB | 186 kB | 144 kB Progress (3): 832 kB | 186 kB | 144 kB Progress (3): 833 kB | 186 kB | 144 kB Progress (3): 833 kB | 186 kB | 144 kB Progress (3): 834 kB | 186 kB | 144 kB Progress (3): 834 kB | 186 kB | 144 kB Progress (3): 835 kB | 186 kB | 144 kB Progress (3): 835 kB | 186 kB | 144 kB Progress (3): 836 kB | 186 kB | 144 kB Progress (3): 836 kB | 186 kB | 144 kB Progress (3): 837 kB | 186 kB | 144 kB Progress (3): 837 kB | 186 kB | 144 kB Progress (3): 837 kB | 186 kB | 145 kB Progress (3): 838 kB | 186 kB | 145 kB Progress (3): 838 kB | 186 kB | 145 kB Progress (3): 838 kB | 186 kB | 145 kB Progress (3): 838 kB | 186 kB | 145 kB Progress (3): 839 kB | 186 kB | 145 kB Progress (3): 839 kB | 187 kB | 145 kB Progress (3): 839 kB | 187 kB | 145 kB Progress (3): 839 kB | 187 kB | 146 kB Progress (3): 840 kB | 187 kB | 146 kB Progress (3): 840 kB | 187 kB | 146 kB Progress (3): 840 kB | 187 kB | 146 kB Progress (3): 840 kB | 187 kB | 146 kB Progress (3): 841 kB | 187 kB | 146 kB Progress (3): 841 kB | 188 kB | 146 kB Progress (3): 841 kB | 188 kB | 146 kB Progress (3): 841 kB | 188 kB | 147 kB Progress (3): 842 kB | 188 kB | 147 kB Progress (3): 842 kB | 188 kB | 147 kB Progress (3): 842 kB | 188 kB | 147 kB Progress (3): 842 kB | 188 kB | 147 kB Progress (3): 843 kB | 188 kB | 147 kB Progress (3): 843 kB | 189 kB | 147 kB Progress (3): 843 kB | 189 kB | 147 kB Progress (3): 843 kB | 189 kB | 148 kB Progress (3): 844 kB | 189 kB | 148 kB Progress (3): 844 kB | 189 kB | 148 kB Progress (3): 844 kB | 189 kB | 148 kB Progress (3): 844 kB | 189 kB | 148 kB Progress (3): 845 kB | 189 kB | 148 kB Progress (3): 845 kB | 190 kB | 148 kB Progress (3): 845 kB | 190 kB | 148 kB Progress (3): 845 kB | 190 kB | 149 kB Progress (3): 845 kB | 190 kB | 149 kB Progress (3): 845 kB | 190 kB | 150 kB Progress (3): 845 kB | 190 kB | 150 kB Progress (3): 845 kB | 190 kB | 151 kB Progress (3): 846 kB | 190 kB | 151 kB Progress (3): 846 kB | 190 kB | 151 kB Progress (3): 846 kB | 190 kB | 151 kB Progress (3): 846 kB | 190 kB | 151 kB Progress (3): 847 kB | 190 kB | 151 kB Progress (3): 847 kB | 191 kB | 151 kB Progress (3): 847 kB | 191 kB | 151 kB Progress (3): 847 kB | 191 kB | 152 kB Progress (3): 848 kB | 191 kB | 152 kB Progress (3): 848 kB | 191 kB | 152 kB Progress (3): 848 kB | 191 kB | 152 kB Progress (3): 848 kB | 191 kB | 152 kB Progress (3): 849 kB | 191 kB | 152 kB Progress (3): 849 kB | 191 kB | 152 kB Progress (3): 850 kB | 191 kB | 152 kB Progress (3): 850 kB | 191 kB | 152 kB Progress (3): 851 kB | 191 kB | 152 kB Progress (3): 851 kB | 191 kB | 152 kB Progress (3): 852 kB | 191 kB | 152 kB Progress (3): 853 kB | 191 kB | 152 kB Progress (3): 853 kB | 192 kB | 152 kB Progress (3): 853 kB | 192 kB | 152 kB Progress (3): 853 kB | 192 kB | 153 kB Progress (3): 853 kB | 192 kB | 153 kB Progress (3): 853 kB | 192 kB | 153 kB Progress (3): 854 kB | 192 kB | 153 kB Progress (3): 855 kB | 192 kB | 153 kB Progress (3): 855 kB | 192 kB | 153 kB Progress (3): 855 kB | 192 kB | 153 kB Progress (3): 855 kB | 193 kB | 153 kB Progress (3): 856 kB | 193 kB | 153 kB Progress (3): 856 kB | 193 kB | 154 kB Progress (3): 856 kB | 193 kB | 154 kB Progress (3): 856 kB | 193 kB | 154 kB Progress (3): 857 kB | 193 kB | 154 kB Progress (3): 857 kB | 193 kB | 154 kB Progress (3): 857 kB | 193 kB | 154 kB Progress (3): 857 kB | 194 kB | 154 kB Progress (3): 858 kB | 194 kB | 154 kB Progress (3): 858 kB | 194 kB | 155 kB Progress (3): 858 kB | 194 kB | 155 kB Progress (3): 858 kB | 194 kB | 155 kB Progress (3): 859 kB | 194 kB | 155 kB Progress (3): 859 kB | 194 kB | 155 kB Progress (3): 860 kB | 194 kB | 155 kB Progress (3): 860 kB | 195 kB | 155 kB Progress (3): 860 kB | 195 kB | 155 kB Progress (3): 860 kB | 195 kB | 156 kB Progress (3): 861 kB | 195 kB | 156 kB Progress (3): 861 kB | 196 kB | 156 kB Progress (3): 861 kB | 196 kB | 156 kB Progress (3): 861 kB | 196 kB | 156 kB Progress (3): 862 kB | 196 kB | 156 kB Progress (3): 862 kB | 196 kB | 156 kB Progress (3): 862 kB | 196 kB | 156 kB Progress (3): 862 kB | 196 kB | 157 kB Progress (3): 862 kB | 196 kB | 157 kB Progress (3): 862 kB | 196 kB | 158 kB Progress (3): 862 kB | 196 kB | 158 kB Progress (3): 862 kB | 196 kB | 159 kB Progress (3): 863 kB | 196 kB | 159 kB Progress (3): 863 kB | 197 kB | 159 kB Progress (3): 863 kB | 197 kB | 159 kB Progress (3): 863 kB | 197 kB | 159 kB Progress (3): 864 kB | 197 kB | 159 kB Progress (3): 864 kB | 197 kB | 159 kB Progress (3): 864 kB | 197 kB | 159 kB Progress (3): 864 kB | 197 kB | 160 kB Progress (3): 865 kB | 197 kB | 160 kB Progress (3): 865 kB | 198 kB | 160 kB Progress (3): 865 kB | 198 kB | 160 kB Progress (3): 865 kB | 198 kB | 160 kB Progress (3): 866 kB | 198 kB | 160 kB Progress (3): 866 kB | 198 kB | 160 kB Progress (3): 867 kB | 198 kB | 160 kB Progress (3): 867 kB | 198 kB | 160 kB Progress (3): 868 kB | 198 kB | 160 kB Progress (3): 868 kB | 198 kB | 160 kB Progress (3): 868 kB | 198 kB | 160 kB Progress (3): 869 kB | 198 kB | 160 kB Progress (3): 869 kB | 198 kB | 161 kB Progress (3): 869 kB | 198 kB | 161 kB Progress (3): 869 kB | 199 kB | 161 kB Progress (3): 870 kB | 199 kB | 161 kB Progress (3): 870 kB | 199 kB | 161 kB Progress (3): 870 kB | 199 kB | 161 kB Progress (3): 870 kB | 199 kB | 161 kB Progress (3): 870 kB | 200 kB | 161 kB Progress (3): 870 kB | 200 kB | 161 kB Progress (3): 870 kB | 201 kB | 161 kB Progress (3): 871 kB | 201 kB | 161 kB Progress (3): 871 kB | 201 kB | 161 kB Progress (3): 872 kB | 201 kB | 161 kB Progress (3): 872 kB | 201 kB | 161 kB Progress (3): 872 kB | 201 kB | 161 kB Progress (3): 872 kB | 202 kB | 161 kB Progress (3): 872 kB | 202 kB | 161 kB Progress (3): 872 kB | 203 kB | 161 kB Progress (3): 872 kB | 204 kB | 161 kB Progress (3): 872 kB | 204 kB | 161 kB Progress (3): 872 kB | 205 kB | 161 kB Progress (3): 872 kB | 205 kB | 161 kB Progress (3): 872 kB | 206 kB | 161 kB Progress (3): 872 kB | 206 kB | 161 kB Progress (3): 872 kB | 206 kB | 161 kB Progress (3): 872 kB | 207 kB | 161 kB Progress (3): 872 kB | 207 kB | 161 kB Progress (3): 872 kB | 208 kB | 161 kB Progress (3): 872 kB | 208 kB | 161 kB Progress (3): 872 kB | 209 kB | 161 kB Progress (3): 872 kB | 209 kB | 161 kB Progress (3): 872 kB | 210 kB | 161 kB Progress (3): 872 kB | 211 kB | 161 kB Progress (3): 872 kB | 211 kB | 161 kB Progress (3): 872 kB | 212 kB | 161 kB Progress (3): 872 kB | 212 kB | 161 kB Progress (3): 872 kB | 213 kB | 161 kB Progress (3): 872 kB | 213 kB | 161 kB Progress (3): 872 kB | 214 kB | 161 kB Progress (3): 872 kB | 214 kB | 161 kB Progress (3): 872 kB | 215 kB | 161 kB Progress (3): 872 kB | 215 kB | 161 kB Progress (3): 872 kB | 216 kB | 161 kB Progress (3): 872 kB | 216 kB | 161 kB Progress (3): 872 kB | 217 kB | 161 kB Progress (3): 872 kB | 217 kB | 161 kB Progress (3): 872 kB | 218 kB | 161 kB Progress (3): 872 kB | 218 kB | 161 kB Progress (3): 872 kB | 219 kB | 161 kB Progress (3): 872 kB | 219 kB | 161 kB Progress (3): 872 kB | 220 kB | 161 kB Progress (3): 872 kB | 220 kB | 161 kB Progress (3): 872 kB | 221 kB | 161 kB Progress (3): 872 kB | 221 kB | 161 kB Progress (3): 872 kB | 222 kB | 161 kB Progress (3): 872 kB | 222 kB | 161 kB Progress (3): 872 kB | 223 kB | 161 kB Progress (3): 872 kB | 223 kB | 161 kB Progress (3): 872 kB | 224 kB | 161 kB Progress (3): 872 kB | 224 kB | 161 kB Progress (3): 872 kB | 225 kB | 161 kB Progress (3): 872 kB | 225 kB | 161 kB Progress (3): 872 kB | 227 kB | 161 kB Progress (3): 872 kB | 229 kB | 161 kB Progress (3): 872 kB | 230 kB | 161 kB Progress (3): 872 kB | 232 kB | 161 kB Progress (3): 872 kB | 234 kB | 161 kB Progress (3): 872 kB | 236 kB | 161 kB Progress (3): 872 kB | 238 kB | 161 kB Progress (3): 872 kB | 240 kB | 161 kB Progress (3): 872 kB | 240 kB | 162 kB Progress (3): 872 kB | 240 kB | 162 kB Progress (3): 872 kB | 240 kB | 163 kB Progress (3): 872 kB | 240 kB | 163 kB Progress (3): 872 kB | 240 kB | 164 kB Progress (3): 872 kB | 240 kB | 164 kB Progress (3): 872 kB | 240 kB | 165 kB Progress (3): 872 kB | 240 kB | 165 kB Progress (3): 872 kB | 240 kB | 166 kB Progress (3): 872 kB | 240 kB | 166 kB Progress (3): 872 kB | 240 kB | 167 kB Progress (3): 872 kB | 240 kB | 168 kB Progress (3): 872 kB | 240 kB | 168 kB Progress (3): 872 kB | 240 kB | 168 kB Progress (3): 872 kB | 240 kB | 169 kB Progress (3): 872 kB | 240 kB | 169 kB Progress (3): 872 kB | 240 kB | 170 kB Progress (3): 872 kB | 240 kB | 170 kB Progress (3): 872 kB | 240 kB | 171 kB Progress (3): 872 kB | 240 kB | 172 kB Progress (3): 872 kB | 240 kB | 172 kB Progress (3): 872 kB | 240 kB | 173 kB Progress (3): 872 kB | 240 kB | 173 kB Progress (3): 872 kB | 240 kB | 174 kB Progress (3): 872 kB | 240 kB | 174 kB Progress (3): 872 kB | 240 kB | 175 kB Progress (3): 872 kB | 240 kB | 175 kB Progress (3): 872 kB | 240 kB | 176 kB Progress (3): 872 kB | 240 kB | 176 kB Progress (3): 872 kB | 240 kB | 177 kB Progress (3): 872 kB | 240 kB | 177 kB Progress (3): 872 kB | 240 kB | 178 kB Progress (3): 872 kB | 240 kB | 178 kB Progress (3): 872 kB | 240 kB | 179 kB Progress (3): 872 kB | 240 kB | 179 kB Progress (3): 872 kB | 240 kB | 180 kB Progress (3): 872 kB | 240 kB | 180 kB Progress (3): 872 kB | 240 kB | 181 kB Progress (3): 872 kB | 240 kB | 181 kB Progress (3): 872 kB | 240 kB | 182 kB Progress (3): 872 kB | 240 kB | 182 kB Progress (3): 872 kB | 240 kB | 183 kB Progress (3): 872 kB | 240 kB | 183 kB Progress (3): 872 kB | 240 kB | 184 kB Progress (3): 872 kB | 240 kB | 184 kB Progress (3): 872 kB | 240 kB | 185 kB Progress (3): 872 kB | 240 kB | 185 kB Progress (3): 872 kB | 240 kB | 186 kB Progress (3): 872 kB | 240 kB | 186 kB Progress (3): 872 kB | 240 kB | 187 kB Progress (3): 872 kB | 240 kB | 187 kB Progress (3): 872 kB | 240 kB | 188 kB Progress (3): 872 kB | 240 kB | 188 kB Progress (3): 872 kB | 240 kB | 189 kB Progress (3): 872 kB | 240 kB | 189 kB Progress (3): 872 kB | 240 kB | 190 kB Progress (3): 872 kB | 240 kB | 190 kB Progress (3): 872 kB | 240 kB | 191 kB Progress (3): 872 kB | 240 kB | 191 kB Progress (3): 872 kB | 240 kB | 192 kB Progress (3): 872 kB | 240 kB | 192 kB Progress (3): 872 kB | 240 kB | 193 kB Progress (3): 873 kB | 240 kB | 193 kB Progress (3): 873 kB | 240 kB | 193 kB Progress (4): 873 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 873 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 873 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 874 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 874 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 874 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 875 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 876 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 876 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 877 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 877 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 878 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 878 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 879 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 879 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 880 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 880 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 881 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 881 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 882 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 882 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 883 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 883 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 884 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 884 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 885 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 885 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 886 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 886 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 887 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 887 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 888 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 888 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 889 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 889 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 193 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 194 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 194 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 195 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 195 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 196 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 196 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 197 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 198 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 198 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 199 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 199 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 200 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 200 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 201 kB | 0/1.2 MB Progress (4): 890 kB | 240 kB | 201 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 201 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 201 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 202 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 202 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 203 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 203 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 203 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 204 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 204 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 204 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 205 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 205 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 206 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 206 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 207 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 207 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 208 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 209 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 209 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 209 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 209 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 210 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 210 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 211 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 211 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 212 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 213 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 213 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 213 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 213 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 213 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 214 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 214 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 214 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 215 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 215 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 216 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 216 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 216 kB | 0/1.2 MB Progress (4): 891 kB | 240 kB | 217 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 217 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 217 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 217 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 217 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 218 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 218 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 218 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 218 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 219 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 219 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 219 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 220 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 220 kB | 0/1.2 MB Progress (4): 892 kB | 240 kB | 220 kB | 0.1/1.2 MB Progress (4): 892 kB | 240 kB | 220 kB | 0.1/1.2 MB Progress (4): 892 kB | 240 kB | 220 kB | 0.1/1.2 MB Progress (4): 892 kB | 240 kB | 221 kB | 0.1/1.2 MB Progress (4): 892 kB | 240 kB | 221 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 221 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 221 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 222 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 222 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 223 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 223 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 224 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 224 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 224 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 224 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 224 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 225 kB | 0.1/1.2 MB Progress (4): 893 kB | 240 kB | 225 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 225 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 225 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 226 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 226 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 226 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 227 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 227 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 227 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 228 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 228 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 228 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 229 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 229 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 229 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 229 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 230 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 230 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 231 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 231 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 232 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 233 kB | 0.1/1.2 MB Progress (4): 894 kB | 240 kB | 233 kB | 0.1/1.2 MB Progress (4): 895 kB | 240 kB | 233 kB | 0.1/1.2 MB Progress (4): 895 kB | 240 kB | 233 kB | 0.1/1.2 MB Progress (4): 895 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 895 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 895 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 896 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 896 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 897 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 897 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 898 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 898 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 899 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 899 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 900 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 900 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 901 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 902 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 902 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 903 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 903 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 903 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 904 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 905 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 905 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 906 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 906 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 907 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 907 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 908 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 908 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 909 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 909 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 910 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 910 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 911 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 911 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 912 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 912 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 913 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 913 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 914 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 914 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 915 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 915 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 916 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 916 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 917 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 917 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 918 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 918 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 919 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 919 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 920 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 920 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 921 kB | 240 kB | 234 kB | 0.1/1.2 MB Progress (4): 921 kB | 240 kB | 234 kB | 0.1/1.2 MB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.jar (240 kB at 394 kB/s) Progress (3): 922 kB | 234 kB | 0.1/1.2 MB Progress (3): 922 kB | 234 kB | 0.1/1.2 MB Progress (3): 923 kB | 234 kB | 0.1/1.2 MB Progress (3): 923 kB | 235 kB | 0.1/1.2 MB Progress (3): 923 kB | 235 kB | 0.1/1.2 MB Progress (3): 923 kB | 235 kB | 0.1/1.2 MB Progress (3): 923 kB | 236 kB | 0.1/1.2 MB Progress (3): 923 kB | 236 kB | 0.1/1.2 MB Progress (3): 923 kB | 237 kB | 0.1/1.2 MB Progress (3): 923 kB | 237 kB | 0.1/1.2 MB Progress (3): 923 kB | 237 kB | 0.1/1.2 MB Progress (3): 924 kB | 237 kB | 0.1/1.2 MB Progress (3): 924 kB | 237 kB | 0.1/1.2 MB Progress (3): 925 kB | 237 kB | 0.1/1.2 MB Progress (3): 925 kB | 237 kB | 0.1/1.2 MB Progress (3): 926 kB | 237 kB | 0.1/1.2 MB Progress (3): 926 kB | 237 kB | 0.1/1.2 MB Progress (3): 927 kB | 237 kB | 0.1/1.2 MB Progress (3): 927 kB | 237 kB | 0.1/1.2 MB Progress (3): 927 kB | 238 kB | 0.1/1.2 MB Progress (3): 927 kB | 238 kB | 0.1/1.2 MB Progress (3): 927 kB | 238 kB | 0.1/1.2 MB Progress (3): 927 kB | 238 kB | 0.1/1.2 MB Progress (3): 927 kB | 238 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 239 kB | 0.1/1.2 MB Progress (3): 927 kB | 240 kB | 0.1/1.2 MB Progress (3): 927 kB | 240 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 241 kB | 0.1/1.2 MB Progress (3): 927 kB | 242 kB | 0.1/1.2 MB Progress (3): 927 kB | 242 kB | 0.1/1.2 MB Progress (3): 927 kB | 242 kB | 0.1/1.2 MB Progress (3): 927 kB | 242 kB | 0.2/1.2 MB Progress (3): 927 kB | 242 kB | 0.2/1.2 MB Progress (3): 927 kB | 243 kB | 0.2/1.2 MB Progress (3): 927 kB | 243 kB | 0.2/1.2 MB Progress (3): 927 kB | 243 kB | 0.2/1.2 MB Progress (3): 927 kB | 243 kB | 0.2/1.2 MB Progress (3): 927 kB | 244 kB | 0.2/1.2 MB Progress (3): 927 kB | 244 kB | 0.2/1.2 MB Progress (3): 927 kB | 244 kB | 0.2/1.2 MB Progress (3): 927 kB | 244 kB | 0.2/1.2 MB Progress (3): 927 kB | 244 kB | 0.2/1.2 MB Progress (3): 927 kB | 245 kB | 0.2/1.2 MB Progress (3): 927 kB | 245 kB | 0.2/1.2 MB Progress (3): 927 kB | 245 kB | 0.2/1.2 MB Progress (3): 927 kB | 245 kB | 0.2/1.2 MB Progress (3): 927 kB | 245 kB | 0.2/1.2 MB Progress (3): 927 kB | 246 kB | 0.2/1.2 MB Progress (3): 927 kB | 246 kB | 0.2/1.2 MB Progress (3): 927 kB | 247 kB | 0.2/1.2 MB Progress (3): 927 kB | 247 kB | 0.2/1.2 MB Progress (3): 927 kB | 248 kB | 0.2/1.2 MB Progress (3): 927 kB | 248 kB | 0.2/1.2 MB Progress (3): 927 kB | 248 kB | 0.2/1.2 MB Progress (3): 927 kB | 248 kB | 0.2/1.2 MB Progress (3): 927 kB | 248 kB | 0.2/1.2 MB Progress (3): 927 kB | 249 kB | 0.2/1.2 MB Progress (3): 928 kB | 249 kB | 0.2/1.2 MB Progress (3): 928 kB | 249 kB | 0.2/1.2 MB Progress (3): 928 kB | 249 kB | 0.2/1.2 MB Progress (3): 928 kB | 250 kB | 0.2/1.2 MB Progress (3): 928 kB | 250 kB | 0.2/1.2 MB Progress (3): 928 kB | 250 kB | 0.2/1.2 MB Progress (3): 928 kB | 250 kB | 0.2/1.2 MB Progress (3): 928 kB | 250 kB | 0.2/1.2 MB Progress (3): 928 kB | 251 kB | 0.2/1.2 MB Progress (3): 929 kB | 251 kB | 0.2/1.2 MB Progress (3): 929 kB | 251 kB | 0.2/1.2 MB Progress (3): 929 kB | 251 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 929 kB | 252 kB | 0.2/1.2 MB Progress (3): 930 kB | 252 kB | 0.2/1.2 MB Progress (3): 930 kB | 252 kB | 0.2/1.2 MB Progress (3): 930 kB | 252 kB | 0.2/1.2 MB Progress (3): 930 kB | 253 kB | 0.2/1.2 MB Progress (3): 930 kB | 253 kB | 0.3/1.2 MB Progress (3): 930 kB | 254 kB | 0.3/1.2 MB Progress (3): 931 kB | 254 kB | 0.3/1.2 MB Progress (3): 931 kB | 254 kB | 0.3/1.2 MB Progress (3): 931 kB | 254 kB | 0.3/1.2 MB Progress (3): 931 kB | 255 kB | 0.3/1.2 MB Progress (3): 931 kB | 255 kB | 0.3/1.2 MB Progress (3): 931 kB | 255 kB | 0.3/1.2 MB Progress (3): 931 kB | 255 kB | 0.3/1.2 MB Progress (3): 932 kB | 255 kB | 0.3/1.2 MB Progress (3): 932 kB | 256 kB | 0.3/1.2 MB Progress (3): 932 kB | 256 kB | 0.3/1.2 MB Progress (3): 932 kB | 256 kB | 0.3/1.2 MB Progress (3): 932 kB | 256 kB | 0.3/1.2 MB Progress (3): 933 kB | 256 kB | 0.3/1.2 MB Progress (3): 933 kB | 257 kB | 0.3/1.2 MB Progress (3): 933 kB | 257 kB | 0.3/1.2 MB Progress (3): 933 kB | 257 kB | 0.3/1.2 MB Progress (3): 934 kB | 257 kB | 0.3/1.2 MB Progress (3): 934 kB | 257 kB | 0.3/1.2 MB Progress (3): 934 kB | 257 kB | 0.3/1.2 MB Progress (3): 934 kB | 257 kB | 0.3/1.2 MB Progress (3): 934 kB | 258 kB | 0.3/1.2 MB Progress (3): 935 kB | 258 kB | 0.3/1.2 MB Progress (3): 935 kB | 258 kB | 0.3/1.2 MB Progress (3): 935 kB | 258 kB | 0.3/1.2 MB Progress (3): 935 kB | 258 kB | 0.3/1.2 MB Progress (3): 935 kB | 259 kB | 0.3/1.2 MB Progress (3): 936 kB | 259 kB | 0.3/1.2 MB Progress (3): 936 kB | 259 kB | 0.3/1.2 MB Progress (3): 936 kB | 259 kB | 0.3/1.2 MB Progress (3): 936 kB | 259 kB | 0.3/1.2 MB Progress (3): 936 kB | 259 kB | 0.3/1.2 MB Progress (3): 936 kB | 259 kB | 0.3/1.2 MB Progress (3): 936 kB | 259 kB | 0.3/1.2 MB Progress (3): 937 kB | 259 kB | 0.3/1.2 MB Progress (3): 937 kB | 259 kB | 0.3/1.2 MB Progress (3): 937 kB | 260 kB | 0.3/1.2 MB Progress (3): 938 kB | 260 kB | 0.3/1.2 MB Progress (3): 938 kB | 260 kB | 0.3/1.2 MB Progress (3): 938 kB | 260 kB | 0.3/1.2 MB Progress (3): 938 kB | 261 kB | 0.3/1.2 MB Progress (3): 939 kB | 261 kB | 0.3/1.2 MB Progress (3): 939 kB | 261 kB | 0.3/1.2 MB Progress (3): 939 kB | 261 kB | 0.3/1.2 MB Progress (3): 939 kB | 261 kB | 0.3/1.2 MB Progress (3): 940 kB | 261 kB | 0.3/1.2 MB Progress (3): 940 kB | 261 kB | 0.3/1.2 MB Progress (3): 940 kB | 261 kB | 0.3/1.2 MB Progress (3): 940 kB | 262 kB | 0.3/1.2 MB Progress (3): 941 kB | 262 kB | 0.3/1.2 MB Progress (3): 941 kB | 262 kB | 0.3/1.2 MB Progress (3): 941 kB | 262 kB | 0.3/1.2 MB Progress (3): 941 kB | 262 kB | 0.3/1.2 MB Progress (3): 942 kB | 262 kB | 0.3/1.2 MB Progress (3): 942 kB | 263 kB | 0.3/1.2 MB Progress (3): 942 kB | 263 kB | 0.3/1.2 MB Progress (3): 942 kB | 263 kB | 0.3/1.2 MB Progress (3): 942 kB | 263 kB | 0.3/1.2 MB Progress (3): 942 kB | 263 kB | 0.3/1.2 MB Progress (3): 943 kB | 263 kB | 0.3/1.2 MB Progress (3): 943 kB | 264 kB | 0.3/1.2 MB Progress (3): 943 kB | 264 kB | 0.3/1.2 MB Progress (3): 943 kB | 264 kB | 0.3/1.2 MB Progress (3): 943 kB | 265 kB | 0.3/1.2 MB Progress (3): 944 kB | 265 kB | 0.3/1.2 MB Progress (3): 944 kB | 265 kB | 0.3/1.2 MB Progress (3): 944 kB | 265 kB | 0.3/1.2 MB Progress (3): 944 kB | 265 kB | 0.3/1.2 MB Progress (3): 944 kB | 266 kB | 0.3/1.2 MB Progress (3): 944 kB | 266 kB | 0.3/1.2 MB Progress (3): 944 kB | 266 kB | 0.3/1.2 MB Progress (3): 944 kB | 266 kB | 0.3/1.2 MB Progress (3): 944 kB | 267 kB | 0.3/1.2 MB Progress (3): 945 kB | 267 kB | 0.3/1.2 MB Progress (3): 945 kB | 267 kB | 0.3/1.2 MB Progress (3): 945 kB | 267 kB | 0.3/1.2 MB Progress (3): 945 kB | 267 kB | 0.3/1.2 MB Progress (3): 946 kB | 267 kB | 0.3/1.2 MB Progress (3): 946 kB | 267 kB | 0.3/1.2 MB Progress (3): 946 kB | 267 kB | 0.3/1.2 MB Progress (3): 946 kB | 267 kB | 0.3/1.2 MB Progress (3): 947 kB | 267 kB | 0.3/1.2 MB Progress (3): 947 kB | 267 kB | 0.3/1.2 MB Progress (3): 948 kB | 267 kB | 0.3/1.2 MB Progress (3): 948 kB | 267 kB | 0.3/1.2 MB Progress (3): 949 kB | 267 kB | 0.3/1.2 MB Progress (3): 949 kB | 267 kB | 0.3/1.2 MB Progress (3): 949 kB | 267 kB | 0.3/1.2 MB Progress (3): 949 kB | 267 kB | 0.3/1.2 MB Progress (3): 949 kB | 268 kB | 0.3/1.2 MB Progress (3): 949 kB | 268 kB | 0.3/1.2 MB Progress (3): 949 kB | 269 kB | 0.3/1.2 MB Progress (3): 949 kB | 269 kB | 0.3/1.2 MB Progress (3): 949 kB | 270 kB | 0.3/1.2 MB Progress (3): 949 kB | 270 kB | 0.3/1.2 MB Progress (3): 949 kB | 271 kB | 0.3/1.2 MB Progress (3): 949 kB | 272 kB | 0.3/1.2 MB Progress (3): 949 kB | 272 kB | 0.3/1.2 MB Progress (3): 949 kB | 273 kB | 0.3/1.2 MB Progress (3): 949 kB | 273 kB | 0.3/1.2 MB Progress (3): 949 kB | 274 kB | 0.3/1.2 MB Progress (3): 949 kB | 274 kB | 0.3/1.2 MB Progress (3): 949 kB | 275 kB | 0.3/1.2 MB Progress (3): 949 kB | 275 kB | 0.3/1.2 MB Progress (3): 949 kB | 276 kB | 0.3/1.2 MB Progress (3): 949 kB | 276 kB | 0.3/1.2 MB Progress (3): 949 kB | 277 kB | 0.3/1.2 MB Progress (3): 949 kB | 277 kB | 0.3/1.2 MB Progress (3): 949 kB | 278 kB | 0.3/1.2 MB Progress (3): 949 kB | 278 kB | 0.3/1.2 MB Progress (3): 949 kB | 279 kB | 0.3/1.2 MB Progress (3): 949 kB | 279 kB | 0.3/1.2 MB Progress (3): 949 kB | 280 kB | 0.3/1.2 MB Progress (3): 949 kB | 281 kB | 0.3/1.2 MB Progress (3): 949 kB | 281 kB | 0.3/1.2 MB Progress (3): 949 kB | 282 kB | 0.3/1.2 MB Progress (3): 949 kB | 282 kB | 0.3/1.2 MB Progress (3): 949 kB | 283 kB | 0.3/1.2 MB Progress (3): 949 kB | 283 kB | 0.3/1.2 MB Progress (3): 949 kB | 284 kB | 0.3/1.2 MB Progress (3): 949 kB | 284 kB | 0.3/1.2 MB Progress (3): 949 kB | 285 kB | 0.3/1.2 MB Progress (3): 949 kB | 285 kB | 0.3/1.2 MB Progress (3): 949 kB | 286 kB | 0.3/1.2 MB Progress (3): 949 kB | 286 kB | 0.3/1.2 MB Progress (3): 949 kB | 287 kB | 0.3/1.2 MB Progress (3): 949 kB | 287 kB | 0.3/1.2 MB Progress (3): 949 kB | 288 kB | 0.3/1.2 MB Progress (3): 949 kB | 288 kB | 0.3/1.2 MB Progress (3): 949 kB | 289 kB | 0.3/1.2 MB Progress (3): 949 kB | 289 kB | 0.3/1.2 MB Progress (3): 949 kB | 290 kB | 0.3/1.2 MB Progress (3): 949 kB | 291 kB | 0.3/1.2 MB Progress (3): 949 kB | 291 kB | 0.3/1.2 MB Progress (3): 949 kB | 292 kB | 0.3/1.2 MB Progress (3): 949 kB | 292 kB | 0.3/1.2 MB Progress (3): 949 kB | 292 kB | 0.3/1.2 MB Progress (3): 949 kB | 292 kB | 0.3/1.2 MB Progress (3): 949 kB | 293 kB | 0.3/1.2 MB Progress (3): 950 kB | 293 kB | 0.3/1.2 MB Progress (3): 950 kB | 293 kB | 0.3/1.2 MB Progress (3): 951 kB | 293 kB | 0.3/1.2 MB Progress (3): 951 kB | 293 kB | 0.3/1.2 MB Progress (3): 951 kB | 293 kB | 0.3/1.2 MB Progress (3): 951 kB | 293 kB | 0.3/1.2 MB Progress (3): 951 kB | 294 kB | 0.3/1.2 MB Progress (3): 952 kB | 294 kB | 0.3/1.2 MB Progress (3): 952 kB | 294 kB | 0.3/1.2 MB Progress (3): 952 kB | 294 kB | 0.3/1.2 MB Progress (3): 952 kB | 295 kB | 0.3/1.2 MB Progress (3): 952 kB | 295 kB | 0.3/1.2 MB Progress (3): 952 kB | 296 kB | 0.3/1.2 MB Progress (3): 952 kB | 296 kB | 0.3/1.2 MB Progress (3): 952 kB | 297 kB | 0.3/1.2 MB Progress (3): 952 kB | 297 kB | 0.3/1.2 MB Progress (3): 952 kB | 297 kB | 0.3/1.2 MB Progress (3): 952 kB | 298 kB | 0.3/1.2 MB Progress (3): 952 kB | 299 kB | 0.3/1.2 MB Progress (3): 952 kB | 299 kB | 0.3/1.2 MB Progress (3): 952 kB | 300 kB | 0.3/1.2 MB Progress (3): 952 kB | 300 kB | 0.3/1.2 MB Progress (3): 952 kB | 300 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.3/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 952 kB | 301 kB | 0.4/1.2 MB Progress (3): 953 kB | 301 kB | 0.4/1.2 MB Progress (3): 953 kB | 301 kB | 0.4/1.2 MB Progress (3): 953 kB | 302 kB | 0.4/1.2 MB Progress (3): 953 kB | 302 kB | 0.4/1.2 MB Progress (3): 953 kB | 303 kB | 0.4/1.2 MB Progress (3): 953 kB | 303 kB | 0.4/1.2 MB Progress (3): 953 kB | 304 kB | 0.4/1.2 MB Progress (3): 953 kB | 304 kB | 0.4/1.2 MB Progress (3): 953 kB | 305 kB | 0.4/1.2 MB Progress (3): 953 kB | 305 kB | 0.4/1.2 MB Progress (3): 953 kB | 306 kB | 0.4/1.2 MB Progress (3): 953 kB | 306 kB | 0.4/1.2 MB Progress (3): 953 kB | 307 kB | 0.4/1.2 MB Progress (3): 953 kB | 308 kB | 0.4/1.2 MB Progress (3): 953 kB | 308 kB | 0.4/1.2 MB Progress (3): 953 kB | 309 kB | 0.4/1.2 MB Progress (3): 953 kB | 309 kB | 0.4/1.2 MB Progress (3): 953 kB | 309 kB | 0.4/1.2 MB Progress (3): 953 kB | 310 kB | 0.4/1.2 MB Progress (3): 953 kB | 310 kB | 0.4/1.2 MB Progress (3): 953 kB | 311 kB | 0.4/1.2 MB Progress (3): 953 kB | 312 kB | 0.4/1.2 MB Progress (3): 953 kB | 312 kB | 0.4/1.2 MB Progress (3): 953 kB | 313 kB | 0.4/1.2 MB Progress (3): 953 kB | 313 kB | 0.4/1.2 MB Progress (3): 953 kB | 314 kB | 0.4/1.2 MB Progress (3): 953 kB | 314 kB | 0.4/1.2 MB Progress (3): 953 kB | 315 kB | 0.4/1.2 MB Progress (3): 953 kB | 315 kB | 0.4/1.2 MB Progress (3): 953 kB | 316 kB | 0.4/1.2 MB Progress (3): 953 kB | 316 kB | 0.4/1.2 MB Progress (3): 953 kB | 317 kB | 0.4/1.2 MB Progress (3): 953 kB | 317 kB | 0.4/1.2 MB Progress (3): 953 kB | 318 kB | 0.4/1.2 MB Progress (3): 953 kB | 318 kB | 0.4/1.2 MB Progress (3): 953 kB | 318 kB | 0.4/1.2 MB Progress (3): 953 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.4/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 319 kB | 0.5/1.2 MB Progress (3): 954 kB | 320 kB | 0.5/1.2 MB Progress (3): 954 kB | 320 kB | 0.5/1.2 MB Progress (3): 954 kB | 320 kB | 0.5/1.2 MB Progress (3): 955 kB | 320 kB | 0.5/1.2 MB Progress (3): 955 kB | 320 kB | 0.5/1.2 MB Progress (3): 955 kB | 321 kB | 0.5/1.2 MB Progress (3): 955 kB | 321 kB | 0.5/1.2 MB Progress (3): 955 kB | 322 kB | 0.5/1.2 MB Progress (3): 955 kB | 322 kB | 0.5/1.2 MB Progress (3): 955 kB | 322 kB | 0.5/1.2 MB Progress (3): 956 kB | 322 kB | 0.5/1.2 MB Progress (3): 956 kB | 322 kB | 0.5/1.2 MB Progress (3): 957 kB | 322 kB | 0.5/1.2 MB Progress (3): 957 kB | 322 kB | 0.5/1.2 MB Progress (3): 958 kB | 322 kB | 0.5/1.2 MB Progress (3): 959 kB | 322 kB | 0.5/1.2 MB Progress (3): 959 kB | 322 kB | 0.5/1.2 MB Progress (3): 960 kB | 322 kB | 0.5/1.2 MB Progress (3): 960 kB | 322 kB | 0.5/1.2 MB Progress (3): 961 kB | 322 kB | 0.5/1.2 MB Progress (3): 961 kB | 322 kB | 0.5/1.2 MB Progress (3): 962 kB | 322 kB | 0.5/1.2 MB Progress (3): 962 kB | 322 kB | 0.5/1.2 MB Progress (3): 963 kB | 322 kB | 0.5/1.2 MB Progress (3): 963 kB | 322 kB | 0.5/1.2 MB Progress (3): 964 kB | 322 kB | 0.5/1.2 MB Progress (3): 964 kB | 322 kB | 0.5/1.2 MB Progress (3): 965 kB | 322 kB | 0.5/1.2 MB Progress (3): 965 kB | 322 kB | 0.5/1.2 MB Progress (3): 966 kB | 322 kB | 0.5/1.2 MB Progress (3): 966 kB | 322 kB | 0.5/1.2 MB Progress (3): 967 kB | 322 kB | 0.5/1.2 MB Progress (3): 967 kB | 322 kB | 0.5/1.2 MB Progress (3): 968 kB | 322 kB | 0.5/1.2 MB Progress (3): 969 kB | 322 kB | 0.5/1.2 MB Progress (3): 969 kB | 322 kB | 0.5/1.2 MB Progress (3): 969 kB | 322 kB | 0.5/1.2 MB Progress (3): 970 kB | 322 kB | 0.5/1.2 MB Progress (3): 971 kB | 322 kB | 0.5/1.2 MB Progress (3): 971 kB | 322 kB | 0.5/1.2 MB Progress (3): 972 kB | 322 kB | 0.5/1.2 MB Progress (3): 972 kB | 322 kB | 0.5/1.2 MB Progress (3): 973 kB | 322 kB | 0.5/1.2 MB Progress (3): 973 kB | 322 kB | 0.5/1.2 MB Progress (3): 974 kB | 322 kB | 0.5/1.2 MB Progress (3): 974 kB | 322 kB | 0.5/1.2 MB Progress (3): 975 kB | 322 kB | 0.5/1.2 MB Progress (3): 975 kB | 322 kB | 0.5/1.2 MB Progress (3): 976 kB | 322 kB | 0.5/1.2 MB Progress (3): 976 kB | 322 kB | 0.5/1.2 MB Progress (3): 976 kB | 322 kB | 0.5/1.2 MB Progress (3): 976 kB | 323 kB | 0.5/1.2 MB Progress (3): 976 kB | 323 kB | 0.5/1.2 MB Progress (3): 976 kB | 323 kB | 0.5/1.2 MB Progress (3): 977 kB | 323 kB | 0.5/1.2 MB Progress (3): 977 kB | 324 kB | 0.5/1.2 MB Progress (3): 977 kB | 324 kB | 0.5/1.2 MB Progress (3): 977 kB | 324 kB | 0.5/1.2 MB Progress (3): 977 kB | 324 kB | 0.5/1.2 MB Progress (3): 977 kB | 324 kB | 0.5/1.2 MB Progress (3): 977 kB | 325 kB | 0.5/1.2 MB Progress (3): 977 kB | 325 kB | 0.5/1.2 MB Progress (3): 977 kB | 325 kB | 0.5/1.2 MB Progress (3): 978 kB | 325 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 978 kB | 326 kB | 0.5/1.2 MB Progress (3): 979 kB | 326 kB | 0.5/1.2 MB Progress (3): 979 kB | 326 kB | 0.5/1.2 MB Progress (3): 979 kB | 326 kB | 0.5/1.2 MB Progress (3): 980 kB | 326 kB | 0.5/1.2 MB Progress (3): 980 kB | 326 kB | 0.5/1.2 MB Progress (3): 980 kB | 326 kB | 0.5/1.2 MB Progress (3): 980 kB | 327 kB | 0.5/1.2 MB Progress (3): 981 kB | 327 kB | 0.5/1.2 MB Progress (3): 981 kB | 327 kB | 0.5/1.2 MB Progress (3): 981 kB | 327 kB | 0.5/1.2 MB Progress (3): 981 kB | 327 kB | 0.5/1.2 MB Progress (3): 981 kB | 327 kB | 0.5/1.2 MB Progress (3): 982 kB | 327 kB | 0.5/1.2 MB Progress (3): 982 kB | 328 kB | 0.5/1.2 MB Progress (3): 982 kB | 328 kB | 0.5/1.2 MB Progress (3): 982 kB | 328 kB | 0.5/1.2 MB Progress (3): 983 kB | 328 kB | 0.5/1.2 MB Progress (3): 983 kB | 329 kB | 0.5/1.2 MB Progress (3): 983 kB | 329 kB | 0.5/1.2 MB Progress (3): 983 kB | 329 kB | 0.5/1.2 MB Progress (3): 983 kB | 329 kB | 0.5/1.2 MB Progress (3): 983 kB | 330 kB | 0.5/1.2 MB Progress (3): 983 kB | 330 kB | 0.5/1.2 MB Progress (3): 983 kB | 331 kB | 0.5/1.2 MB Progress (3): 984 kB | 331 kB | 0.5/1.2 MB Progress (3): 984 kB | 331 kB | 0.6/1.2 MB Progress (3): 984 kB | 331 kB | 0.6/1.2 MB Progress (3): 985 kB | 331 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 332 kB | 0.6/1.2 MB Progress (3): 985 kB | 333 kB | 0.6/1.2 MB Progress (3): 985 kB | 333 kB | 0.6/1.2 MB Progress (3): 985 kB | 334 kB | 0.6/1.2 MB Progress (3): 985 kB | 334 kB | 0.6/1.2 MB Progress (3): 985 kB | 335 kB | 0.6/1.2 MB Progress (3): 985 kB | 335 kB | 0.6/1.2 MB Progress (3): 985 kB | 336 kB | 0.6/1.2 MB Progress (3): 985 kB | 336 kB | 0.6/1.2 MB Progress (3): 985 kB | 337 kB | 0.6/1.2 MB Progress (3): 985 kB | 337 kB | 0.6/1.2 MB Progress (3): 985 kB | 338 kB | 0.6/1.2 MB Progress (3): 985 kB | 338 kB | 0.6/1.2 MB Progress (3): 985 kB | 339 kB | 0.6/1.2 MB Progress (3): 985 kB | 339 kB | 0.6/1.2 MB Progress (3): 985 kB | 340 kB | 0.6/1.2 MB Progress (3): 985 kB | 340 kB | 0.6/1.2 MB Progress (3): 985 kB | 341 kB | 0.6/1.2 MB Progress (3): 985 kB | 341 kB | 0.6/1.2 MB Progress (3): 985 kB | 342 kB | 0.6/1.2 MB Progress (3): 985 kB | 342 kB | 0.6/1.2 MB Progress (3): 985 kB | 343 kB | 0.6/1.2 MB Progress (3): 985 kB | 343 kB | 0.6/1.2 MB Progress (3): 985 kB | 344 kB | 0.6/1.2 MB Progress (3): 985 kB | 344 kB | 0.6/1.2 MB Progress (3): 985 kB | 344 kB | 0.6/1.2 MB Progress (3): 985 kB | 345 kB | 0.6/1.2 MB Progress (3): 985 kB | 345 kB | 0.6/1.2 MB Progress (3): 985 kB | 346 kB | 0.6/1.2 MB Progress (3): 985 kB | 346 kB | 0.6/1.2 MB Progress (3): 985 kB | 347 kB | 0.6/1.2 MB Progress (3): 985 kB | 347 kB | 0.6/1.2 MB Progress (3): 985 kB | 347 kB | 0.6/1.2 MB Progress (3): 986 kB | 347 kB | 0.6/1.2 MB Progress (3): 986 kB | 348 kB | 0.6/1.2 MB Progress (3): 986 kB | 348 kB | 0.6/1.2 MB Progress (3): 986 kB | 348 kB | 0.6/1.2 MB Progress (3): 986 kB | 349 kB | 0.6/1.2 MB Progress (3): 986 kB | 349 kB | 0.6/1.2 MB Progress (3): 986 kB | 349 kB | 0.6/1.2 MB Progress (3): 986 kB | 349 kB | 0.6/1.2 MB Progress (3): 986 kB | 350 kB | 0.6/1.2 MB Progress (3): 986 kB | 350 kB | 0.6/1.2 MB Progress (3): 986 kB | 350 kB | 0.6/1.2 MB Progress (3): 986 kB | 350 kB | 0.6/1.2 MB Progress (3): 986 kB | 351 kB | 0.6/1.2 MB Progress (3): 987 kB | 351 kB | 0.6/1.2 MB Progress (3): 987 kB | 352 kB | 0.6/1.2 MB Progress (3): 987 kB | 352 kB | 0.6/1.2 MB Progress (3): 987 kB | 352 kB | 0.6/1.2 MB Progress (3): 987 kB | 353 kB | 0.6/1.2 MB Progress (3): 987 kB | 353 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 987 kB | 354 kB | 0.6/1.2 MB Progress (3): 988 kB | 354 kB | 0.6/1.2 MB Progress (3): 988 kB | 354 kB | 0.6/1.2 MB Progress (3): 988 kB | 355 kB | 0.6/1.2 MB Progress (3): 988 kB | 355 kB | 0.6/1.2 MB Progress (3): 988 kB | 356 kB | 0.6/1.2 MB Progress (3): 988 kB | 356 kB | 0.6/1.2 MB Progress (3): 988 kB | 357 kB | 0.6/1.2 MB Progress (3): 988 kB | 357 kB | 0.6/1.2 MB Progress (3): 988 kB | 358 kB | 0.6/1.2 MB Progress (3): 988 kB | 359 kB | 0.6/1.2 MB Progress (3): 988 kB | 359 kB | 0.6/1.2 MB Progress (3): 988 kB | 359 kB | 0.6/1.2 MB Progress (3): 988 kB | 360 kB | 0.6/1.2 MB Progress (3): 988 kB | 360 kB | 0.6/1.2 MB Progress (3): 988 kB | 361 kB | 0.6/1.2 MB Progress (3): 988 kB | 361 kB | 0.6/1.2 MB Progress (3): 988 kB | 362 kB | 0.6/1.2 MB Progress (3): 988 kB | 363 kB | 0.6/1.2 MB Progress (3): 988 kB | 363 kB | 0.6/1.2 MB Progress (3): 988 kB | 364 kB | 0.6/1.2 MB Progress (3): 988 kB | 364 kB | 0.6/1.2 MB Progress (3): 988 kB | 365 kB | 0.6/1.2 MB Progress (3): 989 kB | 365 kB | 0.6/1.2 MB Progress (3): 989 kB | 365 kB | 0.6/1.2 MB Progress (3): 990 kB | 365 kB | 0.6/1.2 MB Progress (3): 990 kB | 365 kB | 0.6/1.2 MB Progress (3): 991 kB | 365 kB | 0.6/1.2 MB Progress (3): 991 kB | 365 kB | 0.6/1.2 MB Progress (3): 992 kB | 365 kB | 0.6/1.2 MB Progress (3): 992 kB | 365 kB | 0.6/1.2 MB Progress (3): 993 kB | 365 kB | 0.6/1.2 MB Progress (3): 993 kB | 365 kB | 0.6/1.2 MB Progress (3): 994 kB | 365 kB | 0.6/1.2 MB Progress (3): 994 kB | 365 kB | 0.6/1.2 MB Progress (3): 995 kB | 365 kB | 0.6/1.2 MB Progress (3): 995 kB | 365 kB | 0.6/1.2 MB Progress (3): 996 kB | 365 kB | 0.6/1.2 MB Progress (3): 996 kB | 365 kB | 0.6/1.2 MB Progress (3): 997 kB | 365 kB | 0.6/1.2 MB Progress (3): 997 kB | 365 kB | 0.6/1.2 MB Progress (3): 998 kB | 365 kB | 0.6/1.2 MB Progress (3): 998 kB | 365 kB | 0.6/1.2 MB Progress (3): 999 kB | 365 kB | 0.6/1.2 MB Progress (3): 999 kB | 365 kB | 0.6/1.2 MB Progress (3): 1000 kB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.6/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 365 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 366 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 367 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 367 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 368 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 368 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 369 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 369 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 370 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 370 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 371 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 371 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 372 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 372 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 373 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 373 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 374 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 374 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 375 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 375 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 376 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 376 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 377 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 378 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 378 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 379 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 379 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 380 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 380 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 381 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 381 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 382 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 382 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 383 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 383 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 384 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 384 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 384 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 384 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 385 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 385 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 386 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 386 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 387 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 387 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 387 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 387 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 387 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 388 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 388 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 389 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 389 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 390 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 390 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 391 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 391 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 392 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 392 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 393 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 393 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 394 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 394 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 395 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 396 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 396 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 397 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 397 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 398 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 398 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 399 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 399 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 400 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 400 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 401 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 401 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 402 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 402 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 403 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 403 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 404 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 404 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 405 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 406 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 406 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 407 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 407 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 408 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 408 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 409 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 409 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 410 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 410 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 411 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 411 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 412 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 412 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 413 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 413 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 414 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 414 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 415 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 415 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 416 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 417 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.7/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 418 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 419 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 419 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 419 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 419 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 420 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 420 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 421 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 421 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 422 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 422 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 423 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 423 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 424 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 424 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 424 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 424 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 424 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 425 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 426 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 426 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 426 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 426 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 427 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 427 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 427 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 427 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 428 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 428 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 428 kB | 0.8/1.2 MB Progress (3): 1.0 MB | 428 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 428 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 429 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 429 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 429 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 429 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 430 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 430 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 431 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 431 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 432 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 433 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 434 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 434 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 435 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 435 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 435 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 435 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 435 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 436 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 436 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 436 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 436 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 436 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 437 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 437 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 437 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 437 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 438 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 438 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 438 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 438 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 439 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 439 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 439 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 439 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 439 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 440 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 440 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 441 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 442 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 442 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 442 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 442 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 442 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 443 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 443 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 443 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 443 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 444 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 444 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 444 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 444 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 445 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 445 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 445 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 445 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 445 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 446 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 446 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 446 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 446 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 446 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 447 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 447 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 447 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 447 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 448 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 448 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 448 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 448 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 448 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 448 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 449 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 449 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.8/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 450 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 451 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 451 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 452 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 452 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 453 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 453 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 454 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 454 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 455 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 455 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 456 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 456 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 457 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 457 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 458 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 458 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 459 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 460 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 460 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 461 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 461 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 462 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 462 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 463 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 463 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 464 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 464 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 465 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 465 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 466 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 466 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 467 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 467 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 468 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 468 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 469 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 470 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 470 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 471 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 471 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 472 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 472 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 473 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 473 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 474 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 474 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 475 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 475 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 475 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 476 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 476 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 476 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 477 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 478 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 0.9/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 479 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 480 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 481 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 481 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 482 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 482 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 483 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 483 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 483 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 484 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 485 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 485 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 486 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 486 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 487 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 487 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 488 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 488 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 489 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 489 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 490 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 490 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 491 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 492 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 492 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 493 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 493 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 494 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 494 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 495 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 495 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 496 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 497 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 497 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 498 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 498 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 499 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 499 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 500 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 500 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 501 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 501 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 501 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 501 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 501 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 501 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 501 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 502 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 502 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 502 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 503 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 503 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 504 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 504 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.0/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.1/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 505 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 506 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 506 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 507 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 507 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 507 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 507 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 507 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 508 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 508 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 509 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 509 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 510 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 510 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 511 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 512 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 512 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 513 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 513 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 514 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 514 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 515 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 515 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 516 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 516 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 517 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 517 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 518 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 518 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 519 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 519 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 520 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 520 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 521 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 521 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 522 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 522 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 523 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 523 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 524 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 524 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 525 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 525 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 525 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 525 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 525 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 526 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 526 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 526 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2/1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 527 kB | 1.2 MB Progress (3): 1.1 MB | 528 kB | 1.2 MB Progress (3): 1.1 MB | 529 kB | 1.2 MB Progress (3): 1.1 MB | 529 kB | 1.2 MB Progress (3): 1.1 MB | 529 kB | 1.2 MB Progress (3): 1.1 MB | 530 kB | 1.2 MB Progress (3): 1.1 MB | 530 kB | 1.2 MB Progress (3): 1.1 MB | 530 kB | 1.2 MB Progress (3): 1.1 MB | 530 kB | 1.2 MB Progress (3): 1.1 MB | 531 kB | 1.2 MB Progress (3): 1.1 MB | 531 kB | 1.2 MB Progress (3): 1.1 MB | 531 kB | 1.2 MB Progress (3): 1.1 MB | 531 kB | 1.2 MB Progress (3): 1.1 MB | 532 kB | 1.2 MB Progress (3): 1.1 MB | 532 kB | 1.2 MB Progress (3): 1.1 MB | 532 kB | 1.2 MB Progress (3): 1.1 MB | 532 kB | 1.2 MB Progress (3): 1.1 MB | 533 kB | 1.2 MB Progress (3): 1.1 MB | 533 kB | 1.2 MB Progress (3): 1.1 MB | 533 kB | 1.2 MB Progress (3): 1.1 MB | 533 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 534 kB | 1.2 MB Progress (3): 1.1 MB | 535 kB | 1.2 MB Progress (3): 1.1 MB | 535 kB | 1.2 MB Progress (3): 1.1 MB | 536 kB | 1.2 MB Progress (3): 1.1 MB | 536 kB | 1.2 MB Progress (3): 1.1 MB | 537 kB | 1.2 MB Progress (3): 1.1 MB | 537 kB | 1.2 MB Progress (3): 1.1 MB | 537 kB | 1.2 MB Progress (3): 1.1 MB | 538 kB | 1.2 MB Progress (3): 1.1 MB | 538 kB | 1.2 MB Progress (3): 1.1 MB | 538 kB | 1.2 MB Progress (3): 1.1 MB | 538 kB | 1.2 MB Progress (3): 1.1 MB | 539 kB | 1.2 MB Progress (3): 1.1 MB | 539 kB | 1.2 MB Progress (3): 1.1 MB | 539 kB | 1.2 MB Progress (3): 1.1 MB | 539 kB | 1.2 MB Progress (3): 1.1 MB | 540 kB | 1.2 MB Progress (3): 1.1 MB | 540 kB | 1.2 MB Progress (3): 1.1 MB | 540 kB | 1.2 MB Progress (3): 1.1 MB | 540 kB | 1.2 MB Progress (3): 1.1 MB | 541 kB | 1.2 MB Progress (3): 1.1 MB | 541 kB | 1.2 MB Progress (3): 1.1 MB | 541 kB | 1.2 MB Progress (3): 1.1 MB | 541 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 542 kB | 1.2 MB Progress (3): 1.1 MB | 543 kB | 1.2 MB Progress (3): 1.1 MB | 543 kB | 1.2 MB Progress (3): 1.1 MB | 544 kB | 1.2 MB Progress (3): 1.1 MB | 544 kB | 1.2 MB Progress (3): 1.1 MB | 545 kB | 1.2 MB Progress (3): 1.1 MB | 546 kB | 1.2 MB Progress (3): 1.1 MB | 546 kB | 1.2 MB Progress (3): 1.1 MB | 546 kB | 1.2 MB Progress (3): 1.1 MB | 547 kB | 1.2 MB Progress (3): 1.1 MB | 547 kB | 1.2 MB Progress (3): 1.1 MB | 547 kB | 1.2 MB Progress (3): 1.1 MB | 547 kB | 1.2 MB Progress (3): 1.1 MB | 548 kB | 1.2 MB Progress (3): 1.1 MB | 548 kB | 1.2 MB Progress (3): 1.1 MB | 548 kB | 1.2 MB Progress (3): 1.1 MB | 548 kB | 1.2 MB Progress (3): 1.1 MB | 549 kB | 1.2 MB Progress (3): 1.1 MB | 549 kB | 1.2 MB Progress (3): 1.1 MB | 549 kB | 1.2 MB Progress (3): 1.1 MB | 549 kB | 1.2 MB Progress (3): 1.1 MB | 549 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 550 kB | 1.2 MB Progress (3): 1.1 MB | 551 kB | 1.2 MB Progress (3): 1.1 MB | 551 kB | 1.2 MB Progress (3): 1.1 MB | 551 kB | 1.2 MB Progress (3): 1.1 MB | 552 kB | 1.2 MB Progress (3): 1.1 MB | 552 kB | 1.2 MB Progress (3): 1.1 MB | 553 kB | 1.2 MB Progress (3): 1.1 MB | 553 kB | 1.2 MB Progress (3): 1.1 MB | 554 kB | 1.2 MB Progress (3): 1.1 MB | 554 kB | 1.2 MB Progress (3): 1.1 MB | 554 kB | 1.2 MB Progress (3): 1.1 MB | 555 kB | 1.2 MB Progress (3): 1.1 MB | 555 kB | 1.2 MB Progress (3): 1.1 MB | 555 kB | 1.2 MB Progress (3): 1.1 MB | 555 kB | 1.2 MB Progress (3): 1.1 MB | 556 kB | 1.2 MB Progress (3): 1.1 MB | 556 kB | 1.2 MB Progress (3): 1.1 MB | 556 kB | 1.2 MB Progress (3): 1.1 MB | 556 kB | 1.2 MB Progress (3): 1.1 MB | 557 kB | 1.2 MB Progress (3): 1.1 MB | 557 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 558 kB | 1.2 MB Progress (3): 1.1 MB | 559 kB | 1.2 MB Progress (3): 1.1 MB | 559 kB | 1.2 MB Progress (3): 1.1 MB | 560 kB | 1.2 MB Progress (3): 1.1 MB | 560 kB | 1.2 MB Progress (3): 1.1 MB | 560 kB | 1.2 MB Progress (3): 1.1 MB | 561 kB | 1.2 MB Progress (3): 1.1 MB | 561 kB | 1.2 MB Progress (3): 1.1 MB | 562 kB | 1.2 MB Progress (3): 1.1 MB | 562 kB | 1.2 MB Progress (3): 1.1 MB | 563 kB | 1.2 MB Progress (3): 1.1 MB | 563 kB | 1.2 MB Progress (3): 1.1 MB | 563 kB | 1.2 MB Progress (3): 1.1 MB | 564 kB | 1.2 MB Progress (3): 1.1 MB | 564 kB | 1.2 MB Progress (3): 1.1 MB | 564 kB | 1.2 MB Progress (3): 1.1 MB | 564 kB | 1.2 MB Progress (3): 1.1 MB | 565 kB | 1.2 MB Progress (3): 1.1 MB | 565 kB | 1.2 MB Progress (3): 1.1 MB | 565 kB | 1.2 MB Progress (3): 1.1 MB | 565 kB | 1.2 MB Progress (3): 1.1 MB | 566 kB | 1.2 MB Progress (3): 1.1 MB | 566 kB | 1.2 MB Progress (3): 1.1 MB | 566 kB | 1.2 MB Progress (3): 1.1 MB | 566 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 567 kB | 1.2 MB Progress (3): 1.1 MB | 568 kB | 1.2 MB Progress (3): 1.1 MB | 568 kB | 1.2 MB Progress (3): 1.1 MB | 568 kB | 1.2 MB Progress (3): 1.1 MB | 568 kB | 1.2 MB Progress (3): 1.1 MB | 569 kB | 1.2 MB Progress (3): 1.1 MB | 570 kB | 1.2 MB Progress (3): 1.1 MB | 570 kB | 1.2 MB Progress (3): 1.1 MB | 571 kB | 1.2 MB Progress (3): 1.1 MB | 571 kB | 1.2 MB Progress (3): 1.1 MB | 572 kB | 1.2 MB Progress (3): 1.1 MB | 572 kB | 1.2 MB Progress (3): 1.1 MB | 572 kB | 1.2 MB Progress (3): 1.1 MB | 572 kB | 1.2 MB Progress (3): 1.1 MB | 573 kB | 1.2 MB Progress (3): 1.1 MB | 573 kB | 1.2 MB Progress (3): 1.1 MB | 573 kB | 1.2 MB Progress (3): 1.1 MB | 573 kB | 1.2 MB Progress (3): 1.1 MB | 574 kB | 1.2 MB Progress (3): 1.1 MB | 574 kB | 1.2 MB Progress (3): 1.1 MB | 574 kB | 1.2 MB Progress (3): 1.1 MB | 574 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 575 kB | 1.2 MB Progress (3): 1.1 MB | 576 kB | 1.2 MB Progress (3): 1.1 MB | 576 kB | 1.2 MB Progress (3): 1.1 MB | 576 kB | 1.2 MB Progress (3): 1.1 MB | 576 kB | 1.2 MB Progress (3): 1.1 MB | 577 kB | 1.2 MB Progress (3): 1.1 MB | 577 kB | 1.2 MB Progress (3): 1.1 MB | 577 kB | 1.2 MB Progress (3): 1.1 MB | 578 kB | 1.2 MB Progress (3): 1.1 MB | 578 kB | 1.2 MB Progress (3): 1.1 MB | 579 kB | 1.2 MB Progress (3): 1.1 MB | 580 kB | 1.2 MB Progress (3): 1.1 MB | 580 kB | 1.2 MB Progress (3): 1.1 MB | 581 kB | 1.2 MB Progress (3): 1.1 MB | 581 kB | 1.2 MB Progress (3): 1.1 MB | 581 kB | 1.2 MB Progress (3): 1.1 MB | 581 kB | 1.2 MB Progress (3): 1.1 MB | 582 kB | 1.2 MB Progress (3): 1.1 MB | 582 kB | 1.2 MB Progress (3): 1.1 MB | 582 kB | 1.2 MB Progress (3): 1.1 MB | 582 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 583 kB | 1.2 MB Progress (3): 1.1 MB | 584 kB | 1.2 MB Progress (3): 1.1 MB | 584 kB | 1.2 MB Progress (3): 1.1 MB | 585 kB | 1.2 MB Progress (3): 1.1 MB | 585 kB | 1.2 MB Progress (3): 1.1 MB | 585 kB | 1.2 MB Progress (3): 1.2 MB | 585 kB | 1.2 MB Progress (3): 1.2 MB | 586 kB | 1.2 MB Progress (3): 1.2 MB | 586 kB | 1.2 MB Progress (3): 1.2 MB | 586 kB | 1.2 MB Progress (3): 1.2 MB | 587 kB | 1.2 MB Progress (3): 1.2 MB | 587 kB | 1.2 MB Progress (3): 1.2 MB | 588 kB | 1.2 MB Progress (3): 1.2 MB | 588 kB | 1.2 MB Progress (3): 1.2 MB | 589 kB | 1.2 MB Progress (3): 1.2 MB | 589 kB | 1.2 MB Progress (3): 1.2 MB | 589 kB | 1.2 MB Progress (3): 1.2 MB | 590 kB | 1.2 MB Progress (3): 1.2 MB | 590 kB | 1.2 MB Progress (3): 1.2 MB | 590 kB | 1.2 MB Progress (3): 1.2 MB | 590 kB | 1.2 MB Progress (3): 1.2 MB | 591 kB | 1.2 MB Progress (3): 1.2 MB | 591 kB | 1.2 MB Progress (3): 1.2 MB | 591 kB | 1.2 MB Progress (3): 1.2 MB | 591 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 592 kB | 1.2 MB Progress (3): 1.2 MB | 593 kB | 1.2 MB Progress (3): 1.2 MB | 593 kB | 1.2 MB Progress (3): 1.2 MB | 593 kB | 1.2 MB Progress (3): 1.2 MB | 593 kB | 1.2 MB Progress (3): 1.2 MB | 594 kB | 1.2 MB Progress (3): 1.2 MB | 594 kB | 1.2 MB Progress (3): 1.2 MB | 594 kB | 1.2 MB Progress (3): 1.2 MB | 594 kB | 1.2 MB Progress (3): 1.2 MB | 595 kB | 1.2 MB Progress (3): 1.2 MB | 595 kB | 1.2 MB Progress (3): 1.2 MB | 596 kB | 1.2 MB Progress (3): 1.2 MB | 596 kB | 1.2 MB Progress (3): 1.2 MB | 597 kB | 1.2 MB Progress (3): 1.2 MB | 597 kB | 1.2 MB Progress (3): 1.2 MB | 598 kB | 1.2 MB Progress (3): 1.2 MB | 598 kB | 1.2 MB Progress (3): 1.2 MB | 599 kB | 1.2 MB Progress (3): 1.2 MB | 599 kB | 1.2 MB Progress (3): 1.2 MB | 599 kB | 1.2 MB Progress (3): 1.2 MB | 599 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 600 kB | 1.2 MB Progress (3): 1.2 MB | 601 kB | 1.2 MB Progress (3): 1.2 MB | 601 kB | 1.2 MB Progress (3): 1.2 MB | 601 kB | 1.2 MB Progress (3): 1.2 MB | 601 kB | 1.2 MB Progress (3): 1.2 MB | 602 kB | 1.2 MB Progress (3): 1.2 MB | 602 kB | 1.2 MB Progress (3): 1.2 MB | 602 kB | 1.2 MB Progress (3): 1.2 MB | 602 kB | 1.2 MB Progress (3): 1.2 MB | 603 kB | 1.2 MB Progress (3): 1.2 MB | 603 kB | 1.2 MB Progress (3): 1.2 MB | 603 kB | 1.2 MB Progress (3): 1.2 MB | 603 kB | 1.2 MB Progress (3): 1.2 MB | 604 kB | 1.2 MB Progress (3): 1.2 MB | 604 kB | 1.2 MB Progress (3): 1.2 MB | 605 kB | 1.2 MB Progress (3): 1.2 MB | 605 kB | 1.2 MB Progress (3): 1.2 MB | 606 kB | 1.2 MB Progress (3): 1.2 MB | 606 kB | 1.2 MB Progress (3): 1.2 MB | 607 kB | 1.2 MB Progress (3): 1.2 MB | 607 kB | 1.2 MB Progress (3): 1.2 MB | 607 kB | 1.2 MB Progress (3): 1.2 MB | 607 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 608 kB | 1.2 MB Progress (3): 1.2 MB | 609 kB | 1.2 MB Progress (3): 1.2 MB | 609 kB | 1.2 MB Progress (3): 1.2 MB | 609 kB | 1.2 MB Progress (3): 1.2 MB | 609 kB | 1.2 MB Progress (3): 1.2 MB | 610 kB | 1.2 MB Progress (3): 1.2 MB | 610 kB | 1.2 MB Progress (3): 1.2 MB | 610 kB | 1.2 MB Progress (3): 1.2 MB | 610 kB | 1.2 MB Progress (3): 1.2 MB | 611 kB | 1.2 MB Progress (3): 1.2 MB | 611 kB | 1.2 MB Progress (3): 1.2 MB | 611 kB | 1.2 MB Progress (3): 1.2 MB | 611 kB | 1.2 MB Progress (3): 1.2 MB | 612 kB | 1.2 MB Progress (3): 1.2 MB | 612 kB | 1.2 MB Progress (3): 1.2 MB | 612 kB | 1.2 MB Progress (3): 1.2 MB | 612 kB | 1.2 MB Progress (3): 1.2 MB | 613 kB | 1.2 MB Progress (3): 1.2 MB | 613 kB | 1.2 MB Progress (3): 1.2 MB | 613 kB | 1.2 MB Progress (3): 1.2 MB | 613 kB | 1.2 MB Progress (3): 1.2 MB | 613 kB | 1.2 MB Progress (3): 1.2 MB | 614 kB | 1.2 MB Progress (3): 1.2 MB | 614 kB | 1.2 MB Progress (3): 1.2 MB | 614 kB | 1.2 MB Progress (3): 1.2 MB | 614 kB | 1.2 MB Progress (3): 1.2 MB | 615 kB | 1.2 MB Progress (3): 1.2 MB | 615 kB | 1.2 MB Progress (3): 1.2 MB | 615 kB | 1.2 MB Progress (3): 1.2 MB | 615 kB | 1.2 MB Progress (3): 1.2 MB | 616 kB | 1.2 MB Progress (3): 1.2 MB | 616 kB | 1.2 MB Progress (3): 1.2 MB | 618 kB | 1.2 MB Progress (3): 1.2 MB | 618 kB | 1.2 MB Progress (3): 1.2 MB | 620 kB | 1.2 MB Progress (3): 1.2 MB | 620 kB | 1.2 MB Progress (3): 1.2 MB | 622 kB | 1.2 MB Progress (3): 1.2 MB | 622 kB | 1.2 MB Progress (3): 1.2 MB | 624 kB | 1.2 MB Progress (3): 1.2 MB | 624 kB | 1.2 MB Progress (3): 1.2 MB | 626 kB | 1.2 MB Progress (3): 1.2 MB | 626 kB | 1.2 MB Progress (3): 1.2 MB | 628 kB | 1.2 MB Progress (3): 1.2 MB | 628 kB | 1.2 MB Progress (3): 1.2 MB | 630 kB | 1.2 MB Progress (3): 1.2 MB | 630 kB | 1.2 MB Progress (3): 1.2 MB | 632 kB | 1.2 MB Progress (3): 1.2 MB | 632 kB | 1.2 MB Progress (3): 1.2 MB | 635 kB | 1.2 MB Progress (3): 1.2 MB | 635 kB | 1.2 MB Progress (3): 1.2 MB | 636 kB | 1.2 MB Progress (3): 1.2 MB | 639 kB | 1.2 MB Progress (3): 1.2 MB | 641 kB | 1.2 MB Progress (3): 1.2 MB | 641 kB | 1.2 MB Progress (3): 1.2 MB | 643 kB | 1.2 MB Progress (3): 1.2 MB | 643 kB | 1.2 MB Progress (3): 1.2 MB | 645 kB | 1.2 MB Progress (3): 1.2 MB | 645 kB | 1.2 MB Progress (3): 1.2 MB | 648 kB | 1.2 MB Progress (3): 1.2 MB | 648 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.2 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Progress (3): 1.3 MB | 649 kB | 1.2 MB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-jasper/8.5.23/tomcat-embed-jasper-8.5.23.jar (649 kB at 830 kB/s) Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.3 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.4 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.5 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.6 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.7 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.8 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 1.9 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.0 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.1 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Progress (2): 2.2 MB | 1.2 MB Downloaded: https://www.appng.org/nexus/repository/maven-central/org/appng/appng-template/1.14.3/appng-template-1.14.3.zip (1.2 MB at 1.3 MB/s) 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.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.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.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.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.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): 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 Downloaded: https://www.appng.org/nexus/repository/maven-central/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.jar (3.1 MB at 2.9 MB/s) [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 5 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:2.20: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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 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.18.0-RC6.jar [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-standalone --- [INFO] Copying tomcat-embed-jasper-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-jasper-8.5.23.jar [INFO] Copying ecj-3.12.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/ecj-3.12.3.jar [INFO] Copying tomcat-embed-el-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-el-8.5.23.jar [INFO] Copying appng-application-1.18.0-RC6.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.18.0-RC6.war [INFO] Copying appng-manager-1.13.1.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-manager-1.13.1.zip [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 appng-appngizer-1.18.0-RC6.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.18.0-RC6.war [INFO] Copying tomcat-annotations-api-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-annotations-api-8.5.23.jar [INFO] Copying tomcat-embed-core-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-core-8.5.23.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 tomcat-tribes-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-tribes-8.5.23.jar [INFO] Copying tomcat-juli-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-juli-8.5.23.jar [INFO] Copying appng-scheduler-1.11.6.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-scheduler-1.11.6.zip [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.18.0-RC6.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.18.0-RC6-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.18.0-RC6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6.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.18.0-RC6/appng-standalone-1.18.0-RC6.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.18.0-RC6.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.18.0-RC6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6-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.18.0-RC6/appng-standalone-1.18.0-RC6.jar Progress (1): 2.0/9.5 kB Progress (1): 4.1/9.5 kB Progress (1): 6.1/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6.jar (9.5 kB at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6.pom Progress (1): 2.0/6.0 kB Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6.pom (6.0 kB at 93 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 423 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (423 B at 6.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 459 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (459 B at 8.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6.zip Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.1/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.2/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.3/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.4/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.5/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.6/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.7/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.8/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 0.9/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.0/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.1/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.2/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.3/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.4/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.5/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.6/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.7/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.8/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 1.9/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.0/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.1/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.2/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.3/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.4/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.5/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.6/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.7/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.8/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 2.9/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.0/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.1/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.2/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.3/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.4/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.5/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.6/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.7/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.8/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 3.9/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.0/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.1/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.2/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.3/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.4/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.5/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.6/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.7/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.8/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 4.9/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.0/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.1/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.2/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.3/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.4/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.5/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.6/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.7/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.8/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 5.9/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.0/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.1/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.2/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.3/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.4/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.5/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.6/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.7/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.8/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 6.9/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.0/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.1/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.2/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.3/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.4/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.5/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.6/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.7/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.8/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 7.9/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.0/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.1/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.2/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.3/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.4/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.5/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.6/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.7/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.8/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 8.9/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.0/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.1/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.2/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.3/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.4/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.5/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.6/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.7/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.8/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 9.9/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10.0/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 10/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 11/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 12/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 13/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 14/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 15/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 16/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 17/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 18/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 19/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 20/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 21/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 22/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 23/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 24/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 25/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 26/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 27/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 28/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 29/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 30/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 31/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 32/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 33/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 34/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 35/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 36/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 37/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 38/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 39/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 40/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 41/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 42/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 43/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 44/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 45/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 46/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 47/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 48/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 49/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 50/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 51/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 52/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 53/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 54/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 55/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 56/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 57/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 58/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 59/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 60/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 61/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 62/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 63/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 64/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 65/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 66/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 67/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 68/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 69/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 70/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 71/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 72/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 73/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 74/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 75/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 76/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 77/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 78/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 79/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 80/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 81/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 82/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 83/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 84/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 85/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 86/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 87/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 88/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 89/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 90/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 91/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 92/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 93/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 94/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 95/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 96/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 97/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 98/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 99/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 100/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 101/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 102/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 103/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 104/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 105/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106/106 MB Progress (1): 106 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6.zip (106 MB at 20 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6-sources.jar Progress (1): 2.0/7.8 kB Progress (1): 4.1/7.8 kB Progress (1): 6.1/7.8 kB Progress (1): 7.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC6/appng-standalone-1.18.0-RC6-sources.jar (7.8 kB at 223 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.468 s [INFO] Finished at: 2018-12-11T12:29:46+01:00 [INFO] Final Memory: 31M/654M [INFO] ------------------------------------------------------------------------ [Pipeline] sh + cp target/appng-standalone-1.18.0-RC6.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.18.0-RC6 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC6/javadoc [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC6/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC6/appngizer/html [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC6/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.18.0-RC6/javadoc [Pipeline] sh + mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.18.0-RC6/reference [Pipeline] sh + mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.18.0-RC6/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.18.0-RC6/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.18.0-RC6/appngizer/html/ [Pipeline] sh + ln -sfn /srv/www/appng.org/appng/docs/1.18.0-RC6 /srv/www/appng.org/appng/docs/current [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.18.0-RC6/appngizer/html/parts [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.18.0-RC6/appngizer/html/xml [Pipeline] sh + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.18.0-RC6.xsd [Pipeline] sh + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.18.0-RC6.xsd [Pipeline] sh + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.18.0-RC6.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.18.x --strategy-option theirs 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 | 32 +++++++++++----------- appng-application-camunda/README.adoc | 4 +-- appng-application-camunda/pom.xml | 2 +- appng-application-parent/pom.xml | 2 +- appng-application/README.adoc | 4 +-- 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-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/README.adoc | 4 +-- 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-tomcat7/pom.xml | 2 +- appng-tomcat8/pom.xml | 2 +- appng-tools/pom.xml | 2 +- appng-upngizr/README.adoc | 4 +-- appng-upngizr/pom.xml | 2 +- appng-xmlapi/pom.xml | 2 +- pom.xml | 2 +- 40 files changed, 64 insertions(+), 64 deletions(-) [Pipeline] sh + git tag appng-1.18.0-RC6 [Pipeline] sh + git push origin appng-1.18.0-RC6 To github.com:appNG/appng.git * [new tag] appng-1.18.0-RC6 -> appng-1.18.0-RC6 [Pipeline] sh + git push To github.com:appNG/appng.git dc935c9..bb66222 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.18.x + git checkout appng-1.18.x Switched to branch 'appng-1.18.x' Your branch is ahead of 'origin/appng-1.18.x' by 1 commit. (use "git push" to publish your local commits) [Pipeline] sh + sed -i s/1\.18\.0-RC6/1\.18\.0-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-tomcat7/pom.xml appng-tomcat8/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.18.x Your branch is ahead of 'origin/appng-1.18.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-tomcat7/pom.xml modified: appng-tomcat8/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.18.0-SNAPSHOT [appng-1.18.x a27b4a6] preparing next version 1.18.0-SNAPSHOT 40 files changed, 59 insertions(+), 59 deletions(-) [Pipeline] sh + git push origin appng-1.18.x To github.com:appNG/appng.git d4659a5..a27b4a6 appng-1.18.x -> appng-1.18.x [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS